diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-08 16:41:24 +0800 |
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-08 16:41:24 +0800 |
| commit | a0e54cb948c9862936e16eedd2a2015be05408c8 (patch) | |
| tree | 36e7218d8d6c896d0ba58cc6898103296d853ab7 | |
| parent | 5468ab4083f711b7dc37440826aa3eeda45719e3 (diff) | |
Simplify instructions
| -rw-r--r-- | README.md | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -2,18 +2,11 @@ # Building -## Getting and preparing for configuration - ```sh $ git clone git://darapsa.org/libicclient.git $ cd libicclient $ 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) +$ make $ make install ``` |