Personal tools
The Open Lighting Project has moved!

We've launched our new site at www.openlighting.org. This wiki will remain and be updated with more technical information.

Template:MacOLABuild

From wiki.openlighting.org

Revision as of 22:07, 13 May 2012 by Nomis52 (talk | contribs) (Created page with "= Run autoreconf= If this is the first time run with -i to install the missing files autoreconf -i = Do the usual build steps= You can pass additional options to ./configure…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Run autoreconf

If this is the first time run with -i to install the missing files

autoreconf -i

Do the usual build steps

You can pass additional options to ./configure . Run

 ./configure --help

to see all options. The most popular option is --enable-python-libs to build the Python Client Module.

Once you've decided on the options, it's time to build OLA

./configure --enable-python-libs
make
make check
sudo make install