From 75f08eda129777b74d0f0b28e1cdfa84037cc09f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Tue, 8 Jun 2021 12:03:49 +0800 Subject: Simplify instructions --- README.md | 11 ++--------- 1 file 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 ``` -- cgit v1.2.3