User Tools

Site Tools


making_archetypes

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
making_archetypes [2017/08/04 22:04]
saru [Testing Archetypes]
making_archetypes [2017/08/04 22:06]
saru [Testing Archetypes]
Line 138: Line 138:
  
 ====== Testing Archetypes ====== ====== Testing Archetypes ======
- +If you have compiled before ​(if not go here: [[server:​server_compiling]]), go into the crossfire/​lib directory
-  - If you have compiled before, ​ +
-    - go into the crossfire/​lib directory+
  
    $ cd /​home/<​username>/​server.svn/​lib    $ cd /​home/<​username>/​server.svn/​lib
Line 147: Line 145:
  
    $ rm archetypes    $ rm archetypes
-   +
 and then build the new archetypes file: and then build the new archetypes file:
-   +
    $ make archetypes    $ make archetypes
  
Line 155: Line 153:
  
    $ cd ..    $ cd ..
-    
  
 Double check that you are in the correct directory which is the server directory Double check that you are in the correct directory which is the server directory
Line 165: Line 162:
  
   $ sh autogen.sh && make && sudo make install   $ sh autogen.sh && make && sudo make install
- 
  
 FIXME describe more in detail, explain about the manual ''​perl collect.pl''​ method then make install, stuff like that :) FIXME describe more in detail, explain about the manual ''​perl collect.pl''​ method then make install, stuff like that :)