Guest User

Untitled

a guest
Aug 17th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. How to install non-daw on Ubuntu 12.04
  2.  
  3. Get the most up-to-date version.
  4. git clone -b next git://git.tuxfamily.org/gitroot/non/daw.git
  5. git submodule init
  6. git submodule update
  7.  
  8. Install the build dependancies
  9. sudo apt-get install build-essential xutils-dev libjack-jackd2-dev liblo-dev libsigc++-2.0-dev libfltk1.1-dev fluid libsndfile-dev liblrdf-dev libxpm-dev libcairo2-dev checkinstall
  10.  
  11. Then run
  12. make -C lib
  13. make
  14. and finally
  15. sudo checkinstall
Add Comment
Please, Sign In to add comment