aboutsummaryrefslogtreecommitdiff
path: root/dist/README
diff options
context:
space:
mode:
authorschnetter <schnetter@5c1b1641-b641-47ec-b3d9-0f93d4c445ee>2009-12-01 04:57:52 +0000
committerschnetter <schnetter@5c1b1641-b641-47ec-b3d9-0f93d4c445ee>2009-12-01 04:57:52 +0000
commitdcae4ec74aafcc450beb47d82c5ee55b4af63a0b (patch)
tree4ba9dcb8435335d1803af20151b213d0991062cb /dist/README
parent0973a99607f9934137b3efe152c7cd9817a45cae (diff)
Update LORENE, begin to make it build on AIX
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@3 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
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