diff options
author | David odin <dindinx@mandriva.com> | 2000-02-08 16:59:49 +0000 |
---|---|---|
committer | David odin <dindinx@mandriva.com> | 2000-02-08 16:59:49 +0000 |
commit | 06f02f9536b2a9fb1283dd33c441b5e66da23551 (patch) | |
tree | 273912a0d89d1313db056f733648258d113743f5 /docs | |
parent | 0f6ab4f1ba3cdbd64babc02db5944e5cff26fcc4 (diff) | |
download | drakx-06f02f9536b2a9fb1283dd33c441b5e66da23551.tar drakx-06f02f9536b2a9fb1283dd33c441b5e66da23551.tar.gz drakx-06f02f9536b2a9fb1283dd33c441b5e66da23551.tar.bz2 drakx-06f02f9536b2a9fb1283dd33c441b5e66da23551.tar.xz drakx-06f02f9536b2a9fb1283dd33c441b5e66da23551.zip |
Added some text to the HACKING file.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/HACKING | 32 |
1 files changed, 32 insertions, 0 deletions
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 <odin@mandrakesoft.com> + Last change: Tue Feb 8 17:40:48 CET 2000 |