Skip to content

Commit

Permalink
added instructions to compile locally for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
tank-trax committed Feb 8, 2023
1 parent 78a1e68 commit 00e5766
Show file tree
Hide file tree
Showing 10 changed files with 135 additions and 127 deletions.
2 changes: 1 addition & 1 deletion .gitignore
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
Expand Down
16 changes: 16 additions & 0 deletions BUILDING.md
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 removed Bin/CHOW-Win.zip
Binary file not shown.
Empty file removed Bin/Mac/touch.txt
Empty file.
Binary file removed Bin/Mac/travis-builds.zip
Binary file not shown.
Binary file removed Bin/Win/CHOW.dll
Binary file not shown.
Binary file removed Bin/Win/CHOW.vst3
Binary file not shown.
Empty file removed Bin/Win/touch.txt
Empty file.
235 changes: 118 additions & 117 deletions CHOW.jucer

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions gitmodules.patch

This file was deleted.

0 comments on commit 00e5766

Please sign in to comment.