Skip to content

Instantly share code, notes, and snippets.

@zepadovani
Created October 15, 2022 02:08
Show Gist options
  • Save zepadovani/7c7cc06039560ce63de3cbb1caa3ec78 to your computer and use it in GitHub Desktop.
Save zepadovani/7c7cc06039560ce63de3cbb1caa3ec78 to your computer and use it in GitHub Desktop.
## 1. download of to folder:
https://github.com/openframeworks/openFrameworks/releases/tag/0.11.2
## 2. patch sources (it seems that there is some problem with libsndfile)
cd of_v0.11.2_linux64gcc6_release && curl https://gist.githubusercontent.com/kerrickstaley/7f8c65a27a1f4e79a942235b87c1f0c0/raw/28f7d0dd94237076f72b8eaf2e009831d7d61a5d/fix-libsndfile-error.patch | patch -p1
## 3. instal dependencies and codecs
cd scripts/linux/archlinux/
sudo sh install_dependencies.sh
sudo sh install_codecs.sh
## 4. compile OF
cd ..
sh compileOF.sh
## 5. test:
cd ../../examples/graphics/polygonExample/
make
make run
## 6. compile project generator
cd ../../../scripts/linux/
sh compilePG.sh
cd ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment