1
0
Fork
You've already forked njconnect
0
No description
  • C 96.8%
  • Makefile 2.2%
  • Shell 1%
Find a file
2018年04月27日 17:26:07 +00:00
COPYING Some cleanup 2013年01月06日 03:05:17 +00:00
jslist_extra.c remove unneeded blank lines 2018年04月26日 11:03:19 +00:00
jslist_extra.h jslist_extra, improve Makefile 2018年04月26日 09:51:45 +00:00
Makefile separate port_connection 2018年04月26日 10:56:10 +00:00
njconnect.c do not mark connected ports by asterisks, only by colors 2018年04月27日 17:26:07 +00:00
port_connection.c separate port_connection 2018年04月26日 10:56:10 +00:00
port_connection.h separate port_connection 2018年04月26日 10:56:10 +00:00
README INSTALL -> README 2013年01月08日 00:30:11 +00:00
release.sh Add release script 2016年01月12日 00:56:04 +00:00
window.c Separate window.h 2018年04月26日 10:15:04 +00:00
window.h Separate window.h 2018年04月26日 10:15:04 +00:00

Requirements:
 * ncurses
 * jack-audio-connection-kit (jack1 or jack2)
NOTE:
On some distros there a lack of jslist.h header.
If expirience this, then please report this to Jack packager
and/or Jack Devels
Building: (should work at least with GNU and BSD make)
 make
Installing:
 make install
There is support for DESTDIR, for example
 make DESTDIR=/tmp/installpath install
Cleaning:
 make clean
Send any comments about njconnect to:
 Xj <xj@wp.pl>
This program is based on naconnect by
 Nedko Arnaudov <nedko@arnaudov.name>