Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TPF
jacktrip
Commits
c0db10df
Commit
c0db10df
authored
Aug 15, 2009
by
jcacerec
Browse files
documentation update
parent
ca12a8e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
jacktrip/CHANGESLOG.txt
View file @
c0db10df
---
1.1
- (added) Support for RtAudio. Jacktrip can now be used without Jack
- (added) New port to Windows XP and Windows Vista
- (added) Multiclient Server
---
1.0.5
- (added) Compatibility with JamLink boxes (restricted at the moment to 48KHz, 64 buffer size and 1 channel)
...
...
jacktrip/INSTALL.txt
View file @
c0db10df
...
...
@@ -40,6 +40,9 @@ If you're on Mac OS X or Fedora Linux and have all the dependencies installed,
you can build by simply going to the /src directory and typing the following:
./build
If you want to build without Jack support (meaning that you won't need jack installed
to use the app) type the following:
./build nojack
If the previous script doesn't work on a different Linux flavor, try building
the Makfiles yourself. You'd need qmake (e.g., on Fedora, this command is called
...
...
@@ -47,6 +50,10 @@ qmake-qt4). Then you can build by:
qmake jacktrip.pro
make release
Or without Jack support:
qmake -config nojack jacktrip.pro
make release
If you want to install install (using Terminal): on the /src directory type:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment