diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-10-16 01:20:49 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-10-25 22:13:23 +0200 |
| commit | 6fa38f4d83dfd67bba9ef49bb2d1ece3a57e95d1 (patch) | |
| tree | 6bc81a482538a9dea82ae6f60432fffb0ad1c9ff /README.md | |
| parent | b2be8b4658deea570b2a1890b6b45a7b2e95b615 (diff) | |
| download | slcl-6fa38f4d83dfd67bba9ef49bb2d1ece3a57e95d1.tar.gz | |
Replace handwritten Makefile with configure script
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 ``` |
