summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDon Pellegrino <don@drexel.edu>2010-01-04 10:52:41 +0000
committerMartyn Russell <martyn@lanedo.com>2010-01-04 10:52:41 +0000
commit920e2fe99849d9b283dce98466fe517b54596188 (patch)
tree7f0fa0808231591aee488ec5da5733a4d7fdc998 /README
parenta548783fd8bed495bcac25a81722c3fa1c0c8067 (diff)
downloadtracker-920e2fe99849d9b283dce98466fe517b54596188.tar.gz
Fixed id3lib configure errors and improved README for Debian Sid amd64
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 12 insertions, 1 deletions
diff --git a/README b/README
index 435c33e78..85b842d03 100644
--- a/README
+++ b/README
@@ -122,9 +122,20 @@
4 Compilation
- To compile and install Tracker, use the following commands :
+ The git repository contains input to the GNU Autotools however a
+ number of commands need to be run to initialize GNU Autotools in the
+ project directory. To setup the project for compilation after
+ checking it out from the git repository, use:
+
+ ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+
+ Or if you don't have autogen.sh (i.e. you are using the released
+ tarball), you can use:
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+
+ To start compiling the project use:
+
make
sudo make install