We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
For Linux users:
sudo apt-get install libglib2.0-dev # install the dependency ./make.sh; sudo ./make.sh # compile & install the core
Then test the samples with:
./samples/sample_all.sh
For Mac OS X users:
brew install pkg-config # install dependency ./make.sh; sudo ./make.sh # compile & install the core
For Python users (this must be done after installing the core as above)
cd bindings/python; sudo make install
Then test the Python samples with:
./sample_x86.py