User Tools

Site Tools


making_archetypes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
making_archetypes [2014/08/31 09:55]
127.0.0.1 external edit
making_archetypes [2017/08/04 22:06]
saru [Testing Archetypes]
Line 138: Line 138:
  
 ====== Testing Archetypes ====== ====== Testing Archetypes ======
 +If you have compiled before go into the crossfire/​lib directory (if not go here: [[server:​server_compiling]]): ​
  
-  - If you have compiled before,  +   $ cd /​home/<​username>/​server.svn/lib 
-    - go into the crossfire/lib directory + 
-    - type, "rm archetypes" +delete the old archetypes file: 
-    ​- ​and then "make archetypes" + 
-  - If you have not compiled before +   ​$ ​rm archetypes 
-    - just compile like you normally would. :) + 
-  ​install ​the server+and then build the new archetypes file: 
 + 
 +   ​$ ​make archetypes 
 + 
 +navigate back to the server server directory:​ 
 + 
 +   $ cd .. 
 + 
 +Double check that you are in the correct directory which is the server directory:​ 
 + 
 +   $ pwd 
 +   /​home/<​username>/​server.svn 
 + 
 +compile the server: 
 + 
 +  ​$ 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 :)