Sunday, December 02, 2012

building librocket

I have been experimenting with Lib Rocket.  I am primarily interested in using it to maintain a consistent look across user interface elements.

http://librocket.com/

Working on ubuntu 12.04.1 LTS precise

Forked from here:
Git Repository: https://github.com/lloydw/libRocket

Dependencies:
python-dev

libboost-python-dev
mesa-common-dev
cmake
libxxf86vm-dev

Steps:
clone from fork
Change to /Build
cmake -G "Unix Makefiles" -DBUILD_SAMPLES=ON -DBUILD_PYTHON_BINDINGS=ON

Resolve any dependency issues, wash rinse repeat.

To run the invaders sample
./invaders

0 Comments:

Post a Comment

<< Home