Skip to content

jszalkowski/lib-bento

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To build lib-bento you need to install CMake and Qt 4.7.4. Download the Qt libraries (debug and release) for your platform from ftp://ftp.qt.nokia.com/qt/source/.

To build lib-bento on Mac OS X and Linux:
	$ mkdir build
	$ cd build
	$ cmake ..
	$ make

This also builds the Test app, which you can run:
	$ ./bin/BentoTest

About

Automatically exported from code.google.com/p/lib-bento

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 89.3%
  • CMake 6.0%
  • JavaScript 4.7%