User Tools

Site Tools


cre: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
cre:compiling [2024/03/20 00:36]
leaf [Linux] Any alerts or warnings can be ignored during this process.
cre:compiling [2024/03/20 01:06]
leaf [CRE (Crossfire Resource Editor)] Intro text update
Line 2: Line 2:
  
  
-To build CRE, you first need to [[:​server:​server_compiling|build the server]] and install it (''​make install''​ if running under Linux).+To build CRE, you first need to [[:​server:​server_compiling|build the server]] and install it (''​sh autogen.sh && ​make install''​ if running under Linux).
  
-CRE sources are part of the server sources.+The sources ​for CRE are included in the server sources.
  
 ===== Requirements ===== ===== Requirements =====
Line 288: Line 288:
 ===== Linux ===== ===== Linux =====
  
-Once the server has been built and installed (i.e., ''​sh autogen.sh && make install''​),​ from the server source root, change to the utils directory.+Once the server has been built and installed (i.e., ​by running ​''​sh autogen.sh && make install''​), ​navigate to the ''​utils''​ directory ​from the server source root.
  
   cd utils   cd utils
  
-Check you are in the correct directory with the pwd command ​like so:+Check you are in the correct directory with the ''​pwd'' ​command:
  
   $ pwd   $ pwd
   /​home/<​username>/​crossfire-crossfire-server/​utils   /​home/<​username>/​crossfire-crossfire-server/​utils
  
-The first compile ​step depends on what version of QT you have installed and what Linux distribution ​you are running. Here is some guidelines:+The first compilation ​step depends on the version of QT installed and the Linux distribution ​being used. Here are some guidelines:
  
-Debian, Devuan, Linux Mint, PopOS, Ubuntu+For Debian, Devuan, Linux Mint, PopOS, ​and Ubuntu:
  
   qmake   qmake
  
-FedoraManjaro+For Fedora ​and Manjaro:
  
   qmake-qt5   qmake-qt5
  
-The qmake or qmake-qt5 command ​will generally run quite fast and only show output if a problem ​is encountered.+The ''​qmake'' ​or ''​qmake-qt5'' ​command ​usually executes quickly ​and only displays ​output if there is an issue.
  
-Next, run the make command. This command can take up to 5 minutes or more and display ​over 300 lines of text during the process. Any alerts or warnings can be ignored during this process.+Next, execute ​the ''​make'' ​command. This process may take up to 5 minutes or more and can output ​over 300 lines of text. Any alerts or warnings can generally ​be ignored during this process.
  
   make   make
  
-Once the compile ​process is complete, ​cd to the cre directory.+Once the compilation ​process is complete, ​change directory ​to ''​cre''​.
  
-Check you are in the correct directory with the pwd command ​like so:+Verify your location using the ''​pwd'' ​command:
  
   $ pwd   $ pwd
Line 324: Line 324:
   ./cre   ./cre
  
-Also, you can launch CRE from your home directory using:+Alternatively, you can launch CRE from your home directory using:
  
   ./​crossfire-crossfire-server/​utils/​cre/​cre   ./​crossfire-crossfire-server/​utils/​cre/​cre
cre/compiling.txt ยท Last modified: 2024/05/15 12:06 by leaf