EOSERV Wiki > Page: EOSERV From Scratch - Linux > History > Revision Diff

Revision Diff: EOSERV From Scratch - Linux

Revision by at 5th Jan 2016 11:06 am
DeletionsAdditions
<pre>sudo apt-get install g++ make ccmake cmake-qt-gui \
<pre>sudo apt-get install g++ make cmake-curses-gui cmake-qt-gui \
=== Option 1. CMake GUI ===
=== Option 1. CMake GUI (cmake-gui) ===
=== Option 2. CMake Curses GUI ===
=== Option 2. CMake Curses GUI (ccmake) ===
It is highly recommended to change the <tt>CMAKE_BUILD_TYPE</tt> option to either '''Debug''' (for development) or '''Release''' (for production).
If you get any errors about missing libraries, make sure the required packages are installed for those libraries.
EOSERV Wiki > Page: EOSERV From Scratch - Linux > History > Revision Diff