<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>
|
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>.
|