-
Notifications
You must be signed in to change notification settings - Fork 0
Building
dwkimm01 edited this page Jan 21, 2013
·
4 revisions
- BOOST 1.51 or higher
- ncurses
- libpurple
- libglib (used by libpurple)
- pthread (used by BOOST and C++11)
- Linux (Ubuntu 12.04)
- OS X (10.8)
- For Eclipse the .project may work but the paths to deps (-I,-L) may need to change
- For XCode you will need to bring all the code in as a new project
- For XCode using clang, add to compiler args "-std=c++11 -stdlib=libc++"
- For XCode using clang, add to linker args "-stdlib=libc++"
- Autotools should be created in the future
- See README.md for hints on building BOOST to work on OS X
- TODO, need instructions on building debug libpurple...