Myra Canyon  v0.0.1-768
network control
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Building

Building Myra Canyon on Ubuntu is relatively easy:

  • Start with a 64-bit installation of a recent version of Ubuntu, such as v14.10.
  • Install the necessary dependencies required to build:
    sudo apt-get install build-essential cmake graphviz doxygen doxygen-gui libboost-all-dev libboost-dev libnetfilter-queue-dev libpq-dev libpqxx-dev libssl-dev apache2-dev libapr1-dev libpam0g-dev
  • Download the latest .tar.gz source tarball from https://sourceforge.net/projects/myra-canyon/files/0.0.1/
  • Run the following commands to setup the source code and the build directory:
    mkdir Myra
    cd Myra
    tar zxf ~/myra-canyon-0.0.1-xxx-Source.tar.gz
    mkdir build
    cd build
    cmake ..
  • Building the Doxygen documentation pages:
    make docs
  • Building Myra Canyon:
    make -j4
  • Building the .deb installation package:
    make package
  • The .deb file can then be installed using the usual installation method:
    sudo dpkg -i myra-canyon-0.0.1-xxx-linux-64.deb