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

Revision Diff: EOSERV From Scratch - Linux

Revision by at 1st Jan 2016 06:40 pm
DeletionsAdditions
<pre>sudo apt-get install g++ make libsqlite3-dev libmariadb-client-lgpl-dev ccmake cmake-qt-gui subversion</pre>
<pre>sudo apt-get install g++ make ccmake cmake-qt-gui \
libsqlite3-dev libmariadb-client-lgpl-dev subversion</pre>
=== Option 1. CMake GUI ===
=== Option 2. CMake Curses GUI ===
Using <tt>make install</tt> will copy only the EOSERV files elsewhere, but make sure you configure a sensible <tt>CMAKE_INSTALL_PREFIX</tt> in CMake. Installing to the default <tt>/usr/local</tt> is a very bad idea. The preferred install path is <tt>/opt/eoserv</tt>.
Using <tt>sudo make install</tt> will "install" (copy) the EOSERV files elsewhere, but make sure you configure a sensible <tt>CMAKE_INSTALL_PREFIX</tt> in CMake. Installing to the default <tt>/usr/local</tt> is a very bad idea. The preferred install path is <tt>/opt/eoserv</tt>.
EOSERV Wiki > Page: EOSERV From Scratch - Linux > History > Revision Diff