summaryrefslogtreecommitdiffstats
path: root/docs/HACKING
diff options
context:
space:
mode:
authorDavid odin <dindinx@mandriva.com>2000-02-08 16:59:49 +0000
committerDavid odin <dindinx@mandriva.com>2000-02-08 16:59:49 +0000
commit06f02f9536b2a9fb1283dd33c441b5e66da23551 (patch)
tree273912a0d89d1313db056f733648258d113743f5 /docs/HACKING
parent0f6ab4f1ba3cdbd64babc02db5944e5cff26fcc4 (diff)
downloaddrakx-backup-do-not-use-06f02f9536b2a9fb1283dd33c441b5e66da23551.tar
drakx-backup-do-not-use-06f02f9536b2a9fb1283dd33c441b5e66da23551.tar.gz
drakx-backup-do-not-use-06f02f9536b2a9fb1283dd33c441b5e66da23551.tar.bz2
drakx-backup-do-not-use-06f02f9536b2a9fb1283dd33c441b5e66da23551.tar.xz
drakx-backup-do-not-use-06f02f9536b2a9fb1283dd33c441b5e66da23551.zip
Added some text to the HACKING file.
Diffstat (limited to 'docs/HACKING')
-rw-r--r--docs/HACKING32
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