User Tools

Site Tools


projects:liflg:setup_dummy

Differences

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

Link to this comparison view

Next revision
Previous revision
projects:liflg:setup_dummy [2008/04/07 17:57] – external edit 127.0.0.1projects:liflg:setup_dummy [2010/08/14 13:52] (current) kratz00
Line 4: Line 4:
  
 This dummy is the base of all our installers and was build on top of loki_setup which is part of the [[http://icculus.org/loki_setup/ | Loki Setup tools]].\\  This dummy is the base of all our installers and was build on top of loki_setup which is part of the [[http://icculus.org/loki_setup/ | Loki Setup tools]].\\ 
-It's under revision control in subversion: 
- 
-[[svn://svn.linux-gamers.net/liflg/trunk/setup_dummy_gtk2 setup_dummy_gtk2]] 
  
 The installer supports x86 and x86_64 systems but most of the helper scripts and tools do not at the moment. The installer supports x86 and x86_64 systems but most of the helper scripts and tools do not at the moment.
Line 12: Line 9:
 ====== How to make an installer ====== ====== How to make an installer ======
  
-==== Check out the dummy: ====+==== Get the dummy: ====
  
-<code> +Get a clone of the LIFLG repository: 
-svn co svn://svn.linux-gamers.net/liflg/trunk/setup_dummy_gtk2 +<code>hg clone https://kratz00.org/hg/liflg/</code>
-</code> +
- +
-==== Remove all the subversion meta information stuff: ==== +
- +
-<code> +
-find setup_dummy_gtk2 -name '.svn' | xargs rm -rf +
-</code>+
  
 ==== Rename the upcomming installer: ==== ==== Rename the upcomming installer: ====
  
 +Create your working copy:
 <code> <code>
-mv setup_dummy_gtk2 $GameName_$Version-$Language.$Special-$Patchlevel+cp -pr liflg/setup_dummy_gtk2$GameName_$Version-$Language.$Special-$Patchlevel
 </code> </code>
  
-What does all those fields mean?\\+What do all those fields mean?\\
   * $GameName: name of the game (multiple words have to be separated by a dot)   * $GameName: name of the game (multiple words have to be separated by a dot)
   * $Version: version number of the game   * $Version: version number of the game
projects/liflg/setup_dummy.1207583826.txt.gz · Last modified: 2009/01/24 20:56 (external edit)