diff options
author | Don Pellegrino <don@drexel.edu> | 2010-01-04 10:52:41 +0000 |
---|---|---|
committer | Martyn Russell <martyn@lanedo.com> | 2010-01-04 10:52:41 +0000 |
commit | 920e2fe99849d9b283dce98466fe517b54596188 (patch) | |
tree | 7f0fa0808231591aee488ec5da5733a4d7fdc998 /README | |
parent | a548783fd8bed495bcac25a81722c3fa1c0c8067 (diff) | |
download | tracker-920e2fe99849d9b283dce98466fe517b54596188.tar.gz |
Fixed id3lib configure errors and improved README for Debian Sid amd64
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -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 |