-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Quick Start
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