Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Building

JodiTheTigger edited this page Nov 25, 2012 · 3 revisions

Right, we're using c++0x11 which is a bit of a pain as QtCreator doesn't support it for code completion. So I'm using kdevelop atm. Haven't done a windows build.

toolkits/framworks we'll be using:
boost::asio (raw networking)
std::thread (microsecond sleeps)
std::chrono (high resolution timer)

As a note, adding #include <boost/thread/thread.hpp> made the build 10 times slower (2 files in the project atm). Yikes!


#Build Tools CMake, we'll be using CMake to do the project setup. http://cmake.org/cmake/resources/software.html

#GCC 4.7 Bah, it's not on ubuntu 12.04. Here's how to install it: http://charette.no-ip.com:81/programming/2011-12-24_GCCv47/

Clone this wiki locally