Your help in translating MegaGlest is much appreciated.
cmake -DCMAKE_INSTALL_PREFIX= -DWANT_STATIC_LIBS=OFF ..
Starting in build 3.6.0.2 we seperated embedded libraries into another archive (most distros have libirclclient and miniupnpc so they are considered embedded). To get the source for embedded libs additionally download:http://sourceforge.net/projects/megaglest/files/megaglest_3.6.0.2/megaglest-source-embedded-3.6.0.2.tar.xz/downloadOtherwise if your distro has them and you installed them run cmake as follows:Code: [Select]cmake -DCMAKE_INSTALL_PREFIX= -DWANT_STATIC_LIBS=OFF ..Thanks