Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
ubuntucompile [2013/07/30 08:53] admin [Compile in Ubuntu] |
ubuntucompile [2017/01/29 17:11] (current) admin |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| - Install dependencies:<code> | - Install dependencies:<code> | ||
| - | sudo apt-get install aptitude | + | sudo apt-get build-dep manaplus |
| - | sudo aptitude install autopoint libguichan-0.8.1-1 libguichan-sdl-0.8.1-1 libphysfs1 libsdl-image1.2 \ | + | |
| - | libsdl-mixer1.2 libsdl-net1.2 libsdl-ttf2.0-0 build-essential g++ g++-4.4 \ | + | |
| - | libstdc++6-4.4-dev patch autoconf libtool libcurl4-gnutls-dev libgl1-mesa-dev libenet-dev \ | + | |
| - | libguichan-dev libsdl1.2-dev libsdl-image1.2-dev libsdl-net1.2-dev libsdl-mixer1.2-dev \ | + | |
| - | libphysfs-dev libpng12-dev libxml2-dev zlib1g-dev libsdl-ttf2.0-dev libsdl-gfx1.2-dev gettext | + | |
| </code> | </code> | ||
| - Make a directory:<code> | - Make a directory:<code> | ||
| Line 26: | Line 21: | ||
| make</code> | make</code> | ||
| - Install:<code> | - Install:<code> | ||
| - | make install</code> | + | sudo make install</code> |
| - Uninstall. \\ If you want, you can unstall game by running this command:<code> | - Uninstall. \\ If you want, you can unstall game by running this command:<code> | ||
| sudo make uninstall</code> | sudo make uninstall</code> | ||