summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-04-12 09:53:00 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-04-12 09:53:00 +0000
commite00bcd6792f81439ddf7f35be79a321808242465 (patch)
treeb58ab77233337fe0ddc6d4985cb4d0f3e1acb111 /README
parent70f292f601e2a3a004346118e8a2f0b8fa8096dc (diff)
downloadgstreamer-e00bcd6792f81439ddf7f35be79a321808242465.tar.gz
registry handling changes read up on it in docs/random/thomasvs/registry if interested net effect should be transpare...
Original commit message from CVS: registry handling changes read up on it in docs/random/thomasvs/registry if interested net effect should be transparent; ie. it will keep on working, but will be more flexible than before. Testing with garnome seems to work now. Should probably be rewritten completely, together with plugin loading, but only after we spec it out ;) It's a bit messy.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index 9e760c4fa1..99fd6aceb4 100644
--- a/README
+++ b/README
@@ -22,3 +22,11 @@ ATM, most of us have at least these versions :
autogen.sh will check for these versions and complain if you don't have
them.
+
+Check autogen.sh options by running autogen.sh --help
+
+autogen.sh can pass on arguments to configure - you just need to separate them
+from autogen.sh with -- between the two.
+prefix has been added to autogen.sh but will be passed on to configure because
+some build scripts like that.
+