Skip to content
Nguyen Anh Quynh edited this page Aug 21, 2015 · 9 revisions

Welcome to the Unicorn wiki!

Quick start

  • For Linux users:

sudo apt-get install libglib2.0-dev ./make.sh; sudo ./make.sh

Then test the samples with:

./samples/sample_all.sh

  • For Mac OS X users:

brew install pkg-config

./make.sh; sudo ./make.sh

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 samples with:

./sample_x86.py