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/26 23:59]
leaf [Sudo Make Clean] Remove SVN references
server:server_compiling [2024/02/27 00:03]
leaf [Requirements] Update notes on checking Python3 installation version
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 60: Line 56:
   * libcurl4 - - Multi-protocol file transfer library (required by metaserver2)   * libcurl4 - - Multi-protocol file transfer library (required by metaserver2)
   * libcurl4-openssl-dev - Development files and documentation for libcurl (OpenSSL) (required by metaserver2)   * libcurl4-openssl-dev - Development files and documentation for libcurl (OpenSSL) (required by metaserver2)
-  * libsvn-dev - Development files for Subversion libraries (required for Subversion revision number reporting in metaserver2) 
  
 As a quick reference: As a quick reference:
  
-  sudo apt-get install check autoconf libsqlite3-0 libpython3.8 libcurl4 libcurl4-openssl-dev libsvn-dev+  sudo apt-get install check autoconf libsqlite3-0 libpython3.8 libcurl4 libcurl4-openssl-dev
  
 ==== Useful Packages ==== ==== Useful Packages ====
Line 775: Line 770:
 Repeat the steps listed under "​COMPILE"​ Repeat the steps listed under "​COMPILE"​
 ===== Microsoft Windows Compile Guide ===== ===== Microsoft Windows Compile Guide =====
-Warning this information may be out of date+ 
 +FIXME - Warning this information may be out of date 
 + 
 +FIXME - Needs updates to reference Git instead of Subversion (aka SVN)
  
 ==== Subversion ==== ==== Subversion ====
server/server_compiling.txt · Last modified: 2024/05/15 12:21 by leaf