-
-
Notifications
You must be signed in to change notification settings - Fork 370
Compile on MacOS
Valentin Popescu edited this page Oct 31, 2022
·
6 revisions
brew install pkg-config cmake ncursesFor video support (using FFMpeg library LIBAV), also do:
brew install ffmpeg --build-from-sourcegit clone https://github.com/patriciogonzalezvivo/glslViewer.git
cd glslViewer
git submodule init
git submodule updatemkdir build
cd build
cmake ..
make
sudo make installIf you get a Segmentation fault error try this