Skip to content
huygithub edited this page Sep 20, 2014 · 2 revisions

Welcome to the hoxServer wiki!


Notes on how I created the CMake projects:

  • Created a new Virtual Machine from "Ubuntu 14.04.1 LTS" Desktop (ADM 64-bit)
    • Note: I used VMware Fusion 4.1 on my iMac. I also upgraded the default settings to 2 CPUs and 2048 RAM
  • Update all software packages to the latest.
  • Install "KDevelop 4" package, which makes it easy to manage CMake project file.
    • Also, install the add-on component of "cmake"
  • Open "KDevelop", create a new project ("Simple CMake-based C++ application") as follows:
    • Category: Standard
    • Project Type: Terminal
  • Install the following packages for the "dbagent" component:
    • $ sudo apt-get install libboost-dev
    • $ sudo apt-get install libsqlite3-dev
  • Install the following packages for the "server" component:
    • $ sudo apt-get install libst-dev
    • $ sudo apt-get install libconfig++-dev

Clone this wiki locally