This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
server:server_compiling [2024/07/25 18:06] leaf [Ubuntu 23.10 (Mantic Minotaur)] Release is EoL, removing |
server:server_compiling [2024/12/29 13:35] (current) leaf [COMPILE] Link to #define possibilities for the Crossfire Server page |
||
---|---|---|---|
Line 322: | Line 322: | ||
Last tested date: 2024-May-12 | Last tested date: 2024-May-12 | ||
+ | |||
+ | ==== Linux Mint 22 (Wilma) ==== | ||
+ | |||
+ | A quick reference for Linux Mint 22 (Wilma) | ||
+ | |||
+ | sudo apt-get install autoconf autotools-dev automake flex g++ gcc git libcurl4-openssl-dev libtool python3 python3-bsddb3 python3-dev sqlite3 | ||
+ | |||
+ | Instructions creation date: 2024-July-26 | ||
+ | |||
+ | Last tested date: 2024-July-26 | ||
==== Linux Mint Debian Edition ==== | ==== Linux Mint Debian Edition ==== | ||
Line 472: | Line 482: | ||
Last tested date: 2024-April-26 | Last tested date: 2024-April-26 | ||
+ | |||
+ | ==== Ubuntu 24.10 (Oracular Oriole) ==== | ||
+ | |||
+ | A quick reference for Ubuntu 24.10 (Oracular Oriole) | ||
+ | |||
+ | sudo apt-get install autoconf automake check flex g++ gcc git libcurl4 libcurl4-openssl-dev libgd-dev libgd-tools libsqlite3-0 libtool make python3-bsddb3 python3-dev sqlite3 | ||
+ | |||
+ | It is important to run this command after the server compile process listed further down in the page. | ||
+ | |||
+ | Note: Ubuntu 24.10 (Oracular Oriole) requires the directory permission change to use ':' instead of '.' like this, | ||
+ | sudo chown -R <username>:<username> /usr/games/crossfire/ | ||
+ | |||
+ | Instructions creation date: 2024-November-23 | ||
+ | |||
+ | Last tested date: 2024-November-23 | ||
===== Compile Instructions ===== | ===== Compile Instructions ===== | ||
Line 485: | Line 510: | ||
==== DOWNLOAD ==== | ==== DOWNLOAD ==== | ||
- | * [[:sourceforge:svn_code#Trunk]] contains the newest features and development for the game | + | * Trunk contains the newest features and development for the game |
- | * [[:sourceforge:svn_code#Tags]] is an official & stable release of the game | + | * Tags is an official & stable release of the game |
Line 619: | Line 644: | ||
More information at: [[:arch:making_archetypes#Testing Archetypes]] | More information at: [[:arch:making_archetypes#Testing Archetypes]] | ||
+ | |||
+ | **Optional:** A list of different options to collection information during the compile process is available at [[server:compiling_the_server:defines|#define possibilities for the Crossfire Server]] | ||
==== LAUNCH ==== | ==== LAUNCH ==== |