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 revisionPrevious revision
Next revision
Previous revision
server:server_compiling [2025/08/04 18:08] – [Fedora 38] Remove Fedora 38, no longer supported leafserver:server_compiling [2025/08/29 15:30] (current) – [Debian 13 (Trixie)] Package install list for Debian 13 (Trixie) leaf
Line 125: Line 125:
 Last tested date: 2024-April-29  Last tested date: 2024-April-29 
  
 +==== Debian 13 (Trixie) ====
  
 +A quick reference for Debian 13
 +
 +  sudo apt install automake flex git g++ libcurl4 libcurl4-openssl-dev libgd-dev libgd-tools 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: Debian 13 requires the directory permission change to use ':' instead of '.' like this,
 +  sudo chown -R <username>:<username> /usr/games/crossfire/
 +
 +Instructions creation date: 2025-August-29
 +
 +Last tested date: 2025-August-29 
 ==== Devuan ==== ==== Devuan ====
  
Line 169: Line 182:
  
  
-==== Fedora 39 ==== 
- 
-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 
- 
-  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/ 
-   
-Note: if you see an alert like this, " chown: warning: '.' should be ':' " then use this syntax: 
- 
-  sudo chown -R <username>:<username> /usr/games/crossfire/ 
- 
-Instructions creation date: 2024-January-12 
- 
-Last tested date: 2024-May-05 
  
 ==== Fedora 40 ==== ==== Fedora 40 ====
server/server_compiling.1754348932.txt.gz · Last modified: by leaf

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki