Update README to reflect the ./configure-script - libgrapheme - unicode string … | |
git clone git://git.suckless.org/libgrapheme | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit a591d58a3fb3abf40956c3017118da7f33a84bea | |
parent 30766915c37d88fc423a4d750227a769e7a307ae | |
Author: Laslo Hunhold <[email protected]> | |
Date: Tue, 11 Oct 2022 23:21:54 +0200 | |
Update README to reflect the ./configure-script | |
Signed-off-by: Laslo Hunhold <[email protected]> | |
Diffstat: | |
M README | 5 +++-- | |
1 file changed, 3 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/README b/README | |
@@ -36,8 +36,9 @@ A C99-compiler and POSIX make. | |
Installation | |
------------ | |
-Edit config.mk to match your local setup (usually not necessary, the | |
-default prefix is /usr/local). | |
+Run ./configure, which automatically edits config.mk to match your local | |
+setup. Edit config.mk by hand if necessary or desired for further | |
+customization. | |
Afterwards enter the following command to build and install libgrapheme | |
(if necessary as root): |