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
server:server_compiling [2024/02/27 00:03]
leaf [Requirements] Update notes on checking Python3 installation version
server:server_compiling [2024/05/05 17:27] (current)
leaf [Linux Mint 20 (Ulyana)] Update last test date
Line 82: Line 82:
 A quick reference for Debian 10 A quick reference for Debian 10
  
-  sudo apt install automake flex git g++ libcurl4 libcurl4-openssl-dev libgd-dev libgd-tools libtool make python3-dev+  sudo apt install automake flex git g++ libcurl4 libcurl4-openssl-dev libgd-dev libgd-tools libtool make python3-bsddb3 python3-devel sqlite
   ​   ​
 It is important to run this command after the server compile process listed further down in the page: It is important to run this command after the server compile process listed further down in the page:
Line 90: Line 90:
 Instructions creation date: 2024-January-9 Instructions creation date: 2024-January-9
  
-Last tested date: 2024-February-19 +Last tested date: 2024-April-29 
 ==== Debian 11 (Bullseye) ==== ==== Debian 11 (Bullseye) ====
  
 A quick reference for Debian 11 A quick reference for Debian 11
  
-  sudo apt install automake flex git g++ libcurl4 libcurl4-openssl-dev libgd-dev libgd-tools libtool make python3-dev+  sudo apt install automake flex git g++ libcurl4 libcurl4-openssl-dev libgd-dev libgd-tools libtool make python3-bsddb3 python3-devel sqlite3
   ​   ​
 It is important to run this command after the server compile process listed further down in the page: It is important to run this command after the server compile process listed further down in the page:
Line 103: Line 103:
 Instructions creation date: 2024-January-10 Instructions creation date: 2024-January-10
  
-Last tested date: 2024-February-19 +Last tested date: 2024-April-29 
  
 ==== Debian 12 (Bookworm) ==== ==== Debian 12 (Bookworm) ====
Line 109: Line 109:
 A quick reference for Debian 12 A quick reference for Debian 12
  
-  sudo apt install automake flex git g++ libcurl4 libcurl4-openssl-dev libgd-dev libgd-tools libtool make python3-dev+  sudo apt install automake flex git g++ libcurl4 libcurl4-openssl-dev libgd-dev libgd-tools libtool make python3-bsddb3 python3-devel sqlite3
   ​   ​
 It is important to run this command after the server compile process listed further down in the page. It is important to run this command after the server compile process listed further down in the page.
Line 118: Line 118:
 Instructions creation date: 2024-January-10 Instructions creation date: 2024-January-10
  
-Last tested date: 2024-February-24 +Last tested date: 2024-April-29 
  
  
 ==== Devuan ==== ==== Devuan ====
 +
 +==== Devuan Beowulf 3.1.1 ====
 +
 +A quick reference for Devuan Beowulf 3.1.1
 +
 +  sudo apt install automake flex git g++ libcurl4 libcurl4-openssl-dev libgd-dev libgd-tools libtool make python3-bsddb3 python3-devel sqlite3
 +  ​
 +Instructions creation date: 2024-May-1
 +
 +Last tested date: 2024-May-1
 +
 +
  
 ==== Devuan Chimaera 4.0 ==== ==== Devuan Chimaera 4.0 ====
Line 127: Line 139:
 A quick reference for Devuan Chimaera 4.0 (old stable) A quick reference for Devuan Chimaera 4.0 (old stable)
  
-  sudo apt install automake flex git g++ libcurl4 libcurl4-openssl-dev libgd-dev libgd-tools libtool make python3-dev+  sudo apt install automake flex git g++ libcurl4 libcurl4-openssl-dev libgd-dev libgd-tools libtool make python3-bsddb3 python3-devel sqlite3
   ​   ​
 Instructions creation date: 2024-February-20 Instructions creation date: 2024-February-20
  
-Last tested date: 2024-February-20+Last tested date: 2024-May-2
  
 ==== Devuan Daedalus 5.0 ==== ==== Devuan Daedalus 5.0 ====
Line 137: Line 149:
 A quick reference for Devuan Daedalus 5.0 (stable) A quick reference for Devuan Daedalus 5.0 (stable)
  
-  sudo apt install automake flex git g++ libcurl4 libcurl4-openssl-dev libgd-dev libgd-tools libtool make python3-dev+  sudo apt install automake flex git g++ libcurl4 libcurl4-openssl-dev libgd-dev libgd-tools libtool make python3-bsddb3 python3-devel sqlite3
   ​   ​
 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: 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:
Line 145: Line 157:
 Instructions creation date: 2024-February-21 Instructions creation date: 2024-February-21
  
-Last tested date: 2024-February-21+Last tested date: 2024-May-03
  
 ==== Fedora ==== ==== Fedora ====
Line 171: Line 183:
 A quick reference for Fedora 38 A quick reference for Fedora 38
  
-  sudo dnf install flex g++ git libcurl libcurl-devel libtool make python3 python3-devel+  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: 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:
Line 183: Line 195:
 Instructions creation date: 2024-January-29 Instructions creation date: 2024-January-29
  
-Last tested date: 2024-January-29+Last tested date: 2024-May-05
 ==== Fedora 39 ==== ==== Fedora 39 ====
  
-Server code requires commit 472dd2 from 2024-Jan-27 in order to compile properly, see [[https://​sourceforge.net/​p/​crossfire/​bugs/​952/​|Bug #​952]] ​+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 39 A quick reference for Fedora 39
  
-  sudo dnf install flex g++ git libcurl libcurl-devel libtool make python3 python3-devel+  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: 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:
Line 202: Line 214:
 Instructions creation date: 2024-January-12 Instructions creation date: 2024-January-12
  
-Last tested date: 2024-January-28+Last tested date: 2024-May-05 
 + 
 +==== 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 220: Line 248:
 Instructions creation date: 2024-January-29 Instructions creation date: 2024-January-29
  
-Last tested date: 2024-January-29+Last tested date: 2024-May-05
 ==== Linux Mint 20.1 (Ulyssa) ==== ==== Linux Mint 20.1 (Ulyssa) ====
  
Line 420: Line 448:
  
 Last tested date: 2024-February-26 ​ Last tested date: 2024-February-26 ​
 +
 +==== Ubuntu 24.04 (Noble Numbat) ====
 +
 +A quick reference for Ubuntu 24.04 (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 (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-26
 ===== Compile Instructions ===== ===== Compile Instructions =====
  
server/server_compiling.1709013793.txt.gz · Last modified: 2024/02/27 00:03 by leaf