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:00]
leaf [Microsoft Windows Compile Guide] Update with FIXME notes
server:server_compiling [2024/04/21 00:53]
leaf [Ubuntu 24.04-Beta (Noble Numbat)] Initial creation of package requirements for Noble Numbat 24.04-Beta
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 424: Line 420:
  
 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/05 01:43 by leaf