Skip to content
lazymio edited this page Oct 5, 2021 · 2 revisions

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

Then test the samples with:

./samples/sample_all.sh

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
Clone this wiki locally