Skip to content
dwkimm01 edited this page Jan 21, 2013 · 4 revisions

Dependencies

  • BOOST 1.51 or higher
  • ncurses
  • libpurple
  • libglib (used by libpurple)
  • pthread (used by BOOST and C++11)

Known Platforms that can build

  • Linux (Ubuntu 12.04)
  • OS X (10.8)

Instructions

  • 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

Dependency building

  • See README.md for hints on building BOOST to work on OS X
  • TODO, need instructions on building debug libpurple...

Clone this wiki locally