Browse Source

Fix typo in README.build.

tags/non-daw-v1.2.0
Jonathan Moore Liles 12 years ago
parent
commit
88b552ea00
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.build

+ 2
- 2
README.build View File

@@ -36,7 +36,7 @@ Typing:


./waf configure ./waf configure
./waf ./waf
./waf su -c './waf install'
su -c './waf install'
from the base of the checkout of the Non git repository will build and from the base of the checkout of the Non git repository will build and
install all of the non-* programs together. install all of the non-* programs together.
@@ -47,5 +47,5 @@ Typing:


./waf configure --project=[timline|sequencer|mixer|session-manager] ./waf configure --project=[timline|sequencer|mixer|session-manager]
./waf ./waf
./waf su -c './waf install'
su -c './waf install'



Loading…
Cancel
Save