Skip to content
Valentin Popescu edited this page Oct 31, 2022 · 6 revisions

1. Install dependencies

brew install pkg-config cmake ncurses

For video support (using FFMpeg library LIBAV), also do:

brew install ffmpeg --build-from-source

2. Clone repository and submodules

git clone https://github.com/patriciogonzalezvivo/glslViewer.git
cd glslViewer
git submodule init
git submodule update

3. Compile

mkdir build
cd build
cmake ..
make
sudo make install

If you get a Segmentation fault error try this