Skip to content

Commit

Permalink
readme fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
vlazzarini committed Dec 25, 2017
1 parent 2768dcf commit 37cde14
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Bela/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ libsndfile1-dev:armhf libasound-dev:armhf

5. Build Csound for armhf

'''
cmake -DCMAKE_TOOLCHAIN_FILE=../Bela/crosscompile.cmake \
```
$ cmake -DCMAKE_TOOLCHAIN_FILE=../Bela/crosscompile.cmake \
-DCMAKE_INSTALL_PREFIX=$HOME -DUSE_DOUBLE=0 -DBUILD_BELA=1 ..
'''
$ make
```

The belacsound program should appear in your build directory

Expand Down

0 comments on commit 37cde14

Please sign in to comment.