@Zelphir, assuming you are using a Debian based distribution, could you try the following?
You press Ctrl+C to close the app.
If you want a launcher for it, you can do:
Paste the following:
Of course you can copy the "LF2MultiServerv2.0" file in the build folder to somewhere else, and the icon in the "res" folder, and then change the path in "Path" and "Icon" in the .desktop file as you see fit.
Let me know if this works for you.
Code:
$ sudo apt-get install build-essential g++ g++-multilib libpthread-stubs0-dev git cmake
$ git clone https://MangaD@bitbucket.org/MangaD/lf2-multi-server-2.0.git
$ cd lf2-multi-server-2.0/
$ mkdir build
$ cd build
$ cmake ..
$ make
$ ./LF2MultiServerv2.0
You press Ctrl+C to close the app.
If you want a launcher for it, you can do:
Code:
$ gedit ~/.local/share/applications/LF2MultiServer2.desktop
Spoiler (Click to View)
Of course you can copy the "LF2MultiServerv2.0" file in the build folder to somewhere else, and the icon in the "res" folder, and then change the path in "Path" and "Icon" in the .desktop file as you see fit.
Let me know if this works for you.