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/26 17:39] leaf [Linux Mint 22 (Wilma)] New section |
server:server_compiling [2024/12/29 13:35] (current) leaf [COMPILE] Link to #define possibilities for the Crossfire Server page |
||
---|---|---|---|
Line 482: | 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 495: | 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 629: | 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 ==== |