aboutsummaryrefslogtreecommitdiff
path: root/dist/README
diff options
context:
space:
mode:
Diffstat (limited to 'dist/README')
-rw-r--r--dist/README17
1 files changed, 14 insertions, 3 deletions
diff --git a/dist/README b/dist/README
index bbb10bb..ce9eff9 100644
--- a/dist/README
+++ b/dist/README
@@ -1,10 +1,21 @@
This tarball LORENE.tar.gz is created in the following way:
-1. Check out LORENE from CVS into a directory LORENE.
+1. Check out LORENE from CVS:
+
+ cvs -d :pserver:anonymous@octane.obspm.fr:/cvsroot checkout Lorene
2. Do not begin to build LORENE in this directory, as this would
modify the source tree. (It would add additional files.)
-3. Create the tarball from this source tree.
+3. Create the tarball from this source tree:
+
+ tar czf Lorene.tar.gz Lorene
+
+4. Test whether the patches apply cleanly. Do not add the patches to
+ the tarball:
+
+ patch -p0 < [XXX].patch
+
+5. Remove the cvs source tree again:
-4. Test whether the patches apply cleanly.
+ rm -rf Lorene