/cs296_spring2013

Course Project for CS 296 - Spring 2013

Primary LanguagePython

cs296_spring2013

To run the Rube-Goldberg machine

  1. First open a terminal
  2. When you are in this directory, run
    make
  3. Then run ./bin/g01_rubegoldberg
  4. Enjoy!

To install

  1. Change INSTALL_PATH in makefile to your desired directory where you want to install the executable. Default is your home directory. It is ok if directory doesn't exist.
  2. Run
    make install
  3. Go to your install directory and run the executable

Dependencies:

sudo apt-get install libglui2c2 libglui2c2-dev freeglut3 freeglut3-dev

Please look at the makefile for other targets or contact me!