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 01:01]
leaf [Linux] Grammar and format updates to the Linux compile section
cre:compiling [2024/04/23 00:18]
leaf [Linux] Update the file path for compiling cre
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 =====
  
-You need Qt5 and the associated development package.+You will need Qt5 and its associated development package.
  
-Depending on your system, installing ''​qt5-default''​ may be enough.+Depending on your system, ​simply ​installing ​''​qmake''​ or ''​qt5-default''​ may suffice.
  
 ===== Distribution Specific Requirements ===== ===== Distribution Specific Requirements =====
Line 288: Line 288:
 ===== Linux ===== ===== Linux =====
  
-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.+Once the server has been built and installed (i.e., by running ''​sh autogen.sh && make install''​),​ navigate to the ''​utils/cre''​ directory from the server source root.
  
-  cd utils+  cd utils/cre
  
 Check you are in the correct directory with the ''​pwd''​ command: 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/cre
  
 The first compilation step depends on the version of QT installed and the Linux distribution being used. Here are some guidelines: The first compilation step depends on the version of QT installed and the Linux distribution being used. Here are some guidelines:
cre/compiling.txt ยท Last modified: 2024/05/15 12:06 by leaf