User Tools

Site Tools


server:server_compiling

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
server:server_compiling [2024/02/27 00:03]
leaf [Requirements] Update notes on checking Python3 installation version
server:server_compiling [2024/04/25 00:05]
leaf [Fedora 40] Initial set up and instructions
Line 203: Line 203:
  
 Last tested date: 2024-January-28 Last tested date: 2024-January-28
 +
 +==== Fedora 40 ====
 +
 +Server code requires commit 472dd2 from 2024-Jan-27 or newer in order to compile properly, see [[https://​sourceforge.net/​p/​crossfire/​bugs/​952/​|Bug #​952]] ​
 +
 +A quick reference for Fedora 40
 +
 +  sudo dnf install flex g++ git libcurl libcurl-devel libtool make python3 python3-bsddb3 python3-devel sqlite
 +
 +After compiling the server (sh autogen.sh && make && sudo make install) you will also need to run the following command - but make sure to change <​username>​ to the correct login name for you setup:
 +
 +  sudo chown -R <​username>:<​username>​ /​usr/​games/​crossfire/​
 +
 +Instructions creation date: 2024-April-24
 +
 +Last tested date: 2024-April-24
  
 ==== Linux Mint ==== ==== Linux Mint ====
Line 420: Line 436:
  
 Last tested date: 2024-February-26 ​ Last tested date: 2024-February-26 ​
 +
 +==== Ubuntu 24.04-Beta (Noble Numbat) ====
 +
 +A quick reference for Ubuntu 24.04-Beta (Noble Numbat) ​
 +
 +   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.04-Beta (Noble Numbat) requires the directory permission change to use ':'​ instead of '​.'​ like this,
 +  sudo chown -R <​username>:<​username>​ /​usr/​games/​crossfire/​
 +
 +Instructions creation date: 2024-April-21
 +
 +Last tested date: 2024-April-21
 ===== Compile Instructions ===== ===== Compile Instructions =====
  
server/server_compiling.txt ยท Last modified: 2024/05/15 12:21 by leaf