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