diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-08 12:03:49 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-08 12:03:49 +0800 |
commit | 75f08eda129777b74d0f0b28e1cdfa84037cc09f (patch) | |
tree | 7e102c8e163d7a5f9da3d283130c0798876a2487 /README.md | |
parent | a8113ce193ff5bd0a6540cefff28a32a38920dd7 (diff) |
Simplify instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -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 ``` |