summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2007-03-09 21:54:09 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2007-03-09 21:54:09 +0000
commitfd93e949d63e3b5dcbf4cf69391168ec9c1ba65c (patch)
tree6db3f62909c9fceffa1f65023e594ab8d42d8e87 /README
parentec4d7979195e31338e87e195cbef575290453b2e (diff)
downloadptxdist-fd93e949d63e3b5dcbf4cf69391168ec9c1ba65c.tar.gz
ptxdist-fd93e949d63e3b5dcbf4cf69391168ec9c1ba65c.tar.xz
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7044 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 5 insertions, 7 deletions
diff --git a/README b/README
index f08726338..bc3454952 100644
--- a/README
+++ b/README
@@ -1,16 +1,14 @@
PTXdist
=======
-
Installation
------------
To install PTXdist, just run
- ./configure --prefix <installpath>
+ ./configure --prefix=<installpath>
-to configure the packet (FIXME: make this --prefix=/path..., probably by
-really autoconfigurizing), then
+to configure the packet, then
make
@@ -18,9 +16,9 @@ to build everything and
make install
-in case you want to install it. Make sure your $PATH environment
-variable points to <installpath>/bin, because that's where the ptxdist
-frontend program is being installed to.
+in case you want to install it. When you start using PTXdist, make sure
+your $PATH environment variable points to <installpath>/bin, because
+that's where the ptxdist frontend program is being installed to.
For developers who want to work with svn versions of PTXdist it is only
necessary to run "./configure && make" and set the PATH variable to the