forked from Chowdhury-DSP/CHOW
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added instructions to compile locally for Linux
- Loading branch information
Showing
10 changed files
with
135 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#JUCE generated content | ||
Builds | ||
[Bb]uild*/ | ||
BinaryData.h | ||
BinaryData.cpp | ||
BinaryData2.cpp | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
### Linux ### | ||
|
||
``` | ||
git clone https://github.com/tank-trax/CHOW.git | ||
cd CHOW | ||
git checkout linux | ||
git submodule update --init --recursive | ||
``` | ||
|
||
* Open CHOW.jucer in Projucer | ||
* Save | ||
|
||
``` | ||
cd Builds/LinuxMakefile/ | ||
make CONFIG=Release | ||
``` |
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.