summaryrefslogtreecommitdiff
path: root/Build/source/libs/teckit/TECkit-src/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/teckit/TECkit-src/INSTALL')
-rw-r--r--Build/source/libs/teckit/TECkit-src/INSTALL8
1 files changed, 6 insertions, 2 deletions
diff --git a/Build/source/libs/teckit/TECkit-src/INSTALL b/Build/source/libs/teckit/TECkit-src/INSTALL
index 9611572e9c0..e1ffb020b65 100644
--- a/Build/source/libs/teckit/TECkit-src/INSTALL
+++ b/Build/source/libs/teckit/TECkit-src/INSTALL
@@ -1,6 +1,6 @@
INSTALL
-Note: If you checked out teckit from svn, or for any other reason don't have
+Note: If you checked out teckit from a VCS, or for any other reason don't have
a file called "configure", you will need to initialize the directory using
GNU autotools. Instructions for this are given further down.
@@ -63,6 +63,10 @@ Run the following script:
The results will be in the teckit-linux subdirectory.
+To build just a source package that can be passed to an external package builder
+(such as `pbuilder`) add `-S` to the command line. Other `debuild` options can
+be given as well.
+
BUILDING a MAC PACKAGE
Run the following script:
@@ -92,4 +96,4 @@ Then, on all platforms, run:
./autogen.sh
in the teckit source directory. This normally needs to be done only once, but
-if you update the directory from svn you may need to run it again.
+if you update your directory from the VCS you may need to run it again.