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.

Difference between revisions of "OLA on FreeBSD"

From wiki.openlighting.org

Jump to: navigation, search
(freebsd dependencies)
m
Line 17: Line 17:
 
* py27-protobuf-2.4.1 Google protobuf Python Client Library
 
* py27-protobuf-2.4.1 Google protobuf Python Client Library
 
* libmicrohttpd-0.9.15 C library for embedding HTTP server functionality
 
* libmicrohttpd-0.9.15 C library for embedding HTTP server functionality
 +
 +
For building:
  
 
* autoconf-2.68      Automatically configure source code on many Un*x platforms  
 
* autoconf-2.68      Automatically configure source code on many Un*x platforms  
 
* automake-1.11.1    GNU Standards-compliant Makefile generator (1.11)
 
* automake-1.11.1    GNU Standards-compliant Makefile generator (1.11)
 
* libtool-2.4_1      Generic shared library support script
 
* libtool-2.4_1      Generic shared library support script

Revision as of 15:36, 3 August 2012

Dependencies:

  • pkg_add -r bison ossp-uuid cppunit protobuf libmicrohttpd
  • pkg_add -r python27 py27-protobuf
  • pkg_add -r autoconf268 automake111 libtool




On FreeBSD 9.0-RELEASE:

  • bison-2.4.3,1 A parser generator from FSF, (mostly) compatible with Yacc
  • ossp-uuid-1.6.2_1 ISO-C & Perl API and CLI for generating Universally Unique
  • cppunit-1.12.1 C++ port of the JUnit framework for unit testing
  • protobuf-2.4.1 A data interchange format library
  • py27-protobuf-2.4.1 Google protobuf Python Client Library
  • libmicrohttpd-0.9.15 C library for embedding HTTP server functionality

For building:

  • autoconf-2.68 Automatically configure source code on many Un*x platforms
  • automake-1.11.1 GNU Standards-compliant Makefile generator (1.11)
  • libtool-2.4_1 Generic shared library support script