From 06f02f9536b2a9fb1283dd33c441b5e66da23551 Mon Sep 17 00:00:00 2001 From: David odin Date: Tue, 8 Feb 2000 16:59:49 +0000 Subject: Added some text to the HACKING file. --- docs/HACKING | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'docs/HACKING') diff --git a/docs/HACKING b/docs/HACKING index 95903efb1..746b09908 100644 --- a/docs/HACKING +++ b/docs/HACKING @@ -5,5 +5,37 @@ compile and run safely. [ Caution!!! This file isn't finished yet, so it isn't 100% safe to use it on a production machine ] +-------------------------------------------------------------------------- +Sources installation: + First grab the gi.tar.bz2 archive and untar it in your home directory. + + Make at temporary directory, say ~/tmp-gi. + cd to ~/tmp and get the cvs version of DrakX : +export CVSROOT=:pserver:anoncvs@linux-mandrake.com:/home/cvs/cooker +cvs login +Passwd: cvs +cvs checkout gi + + Then, tar the cvs version and untar it ontop of the ~/gi directory. + +To sum up, do the following: + +cd +tar xfy gi.tar.bz2 +mkdir ~/tmp-gi +cd ~/tmp-gi +export CVSROOT=:pserver:anoncvs@linux-mandrake.com:/home/cvs/cooker +cvs login (passwd=cvs) +cvs co gi +tar cfy cvs-gi.tar.bz2 gi +cd .. +tar xfy tmp-gi/cvs-gi.tar.bz2 +rm -Rf tmp-gi +-------------------------------------------------------------------------- + + +-- + DindinX + Last change: Tue Feb 8 17:40:48 CET 2000 -- cgit v1.2.1