diff options
author | André Nusser <andre.nusser@googlemail.com> | 2017-05-10 15:08:12 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2017-05-10 15:08:12 +0200 |
commit | 8247e095e28d2b1d37ff9fd1ec270f792d270acd (patch) | |
tree | 8cd5602c17012ec52441ee88b8d0c66ff2a951de /README | |
parent | 259159395e693ed161f781ccd9166d25b8db4078 (diff) |
Fix compiling instructions.
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -41,6 +41,7 @@ $ make install Compiling from git sources -------------------------- $ git clone http://git.drumgizmo.org/drumgizmo.git +$ cd drumgizmo $ git submodule init $ git submodule update $ ./autogen.sh @@ -68,4 +69,4 @@ plugin dir (usually /usr/lib/lv2) or create a symbolic link to the directory $ ln -s [dg path]/install/lib/lv2/drumgizmo.lv2 /usr/lib/lv2/drumgizmo.lv2 You need to be root to do this. Keep in mind that the lv2 directory differs from -distro to distro, so do a search for it in order to verify the correct location.
\ No newline at end of file +distro to distro, so do a search for it in order to verify the correct location. |