aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-10-16 01:20:49 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-10-25 22:13:23 +0200
commit6fa38f4d83dfd67bba9ef49bb2d1ece3a57e95d1 (patch)
tree6bc81a482538a9dea82ae6f60432fffb0ad1c9ff /README.md
parentb2be8b4658deea570b2a1890b6b45a7b2e95b615 (diff)
downloadslcl-6fa38f4d83dfd67bba9ef49bb2d1ece3a57e95d1.tar.gz
Replace handwritten Makefile with configure script
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 134ec6f..d2d8e0a 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,8 @@ sudo apt install cmake xxd jq
Two build environments are provided for `slcl` - feel free to choose any of
them:
-- A mostly POSIX-compliant [`Makefile`](Makefile).
+- A [`configure`](configure) POSIX shell and mostly POSIX-compliant
+[`Makefile`](Makefile).
- A [`CMakeLists.txt`](CMakeLists.txt).
`slcl` can be built using the standard build process:
@@ -82,6 +83,7 @@ them:
#### Make
```sh
+$ ./configure
$ make
```