summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 2 insertions, 9 deletions
diff --git a/README.md b/README.md
index a40e10e..b49d142 100644
--- a/README.md
+++ b/README.md
@@ -2,18 +2,11 @@
# Building
-## Getting and preparing for configuration
-
```sh
$ git clone git://darapsa.org/libproductviewer.git
$ cd libproductviewer
$ autoreconf --install
-```
-
-## Configuring for various target hosts, compiling, linking, and installing
-
-```sh
$ ./configure # (or use the platform specific wrappers, and adjust as necessary)
-$ make # -jN (with N an integer number of parallel tasks you allow your computer to run for compiling this)
-$ sudo make install
+$ make
+$ make install
```