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
m
m
Line 1: Line 1:
Dependencies:
+
=Dependencies=
  
 
* pkg_add -r bison ossp-uuid cppunit protobuf libmicrohttpd
 
* pkg_add -r bison ossp-uuid cppunit protobuf libmicrohttpd
Line 5: Line 5:
 
* pkg_add -r autoconf268 automake111 libtool
 
* pkg_add -r autoconf268 automake111 libtool
  
 
+
==On FreeBSD 9.0-RELEASE==
----
 
 
 
 
 
On FreeBSD 9.0-RELEASE:
 
  
 
* bison-2.4.3,1      A parser generator from FSF, (mostly) compatible with Yacc
 
* bison-2.4.3,1      A parser generator from FSF, (mostly) compatible with Yacc
Line 18: Line 14:
 
* libmicrohttpd-0.9.15 C library for embedding HTTP server functionality
 
* libmicrohttpd-0.9.15 C library for embedding HTTP server functionality
  
For building:
+
==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:38, 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