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:00]
leaf [Microsoft Windows Compile Guide] Update with FIXME notes
server:server_compiling [2024/05/02 02:01] (current)
leaf [Devuan Chimaera 4.0] Update last tested date
Line 40: Line 40:
 To confirm python is fully installed on Ubuntu Focal: To confirm python is fully installed on Ubuntu Focal:
  
-   $ python3+   $ python3 ​-V
        
 And you should see output like: And you should see output like:
-   ​Python 3.8.10 (default, Jun  2 2021, 10:49:15) 
-   [GCC 9.4.0] on linux 
-   Type "​help",​ "​copyright",​ "​credits"​ or "​license"​ for more information. 
-   >>>​ 
  
-If you see something like the above, python is installed, use ctrl-d to quit python.+   ​Python 3.10.12
  
 ==== Recommended Packages ==== ==== Recommended Packages ====
Line 86: 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 94: 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 107: 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 113: 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 122: 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 131: 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 141: 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 207: Line 215:
  
 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 424: 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.1709013653.txt.gz ยท Last modified: 2024/02/27 00:00 by leaf