summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlbert Cervin <albert@acervin.com>2024-05-14 22:10:34 +0200
committerAlbert Cervin <albert@acervin.com>2024-05-14 22:10:34 +0200
commit36b3a04b9a2a9d52a1db6e28697e7ec3b1118eb1 (patch)
tree7f4b6b5165afd2157dbb4f131f6a32f1fca82293 /README.md
parentfd1728393d65abb8af2166f3697da55b338e0937 (diff)
downloaddged-36b3a04b9a2a9d52a1db6e28697e7ec3b1118eb1.tar.gz
dged-36b3a04b9a2a9d52a1db6e28697e7ec3b1118eb1.tar.xz
dged-36b3a04b9a2a9d52a1db6e28697e7ec3b1118eb1.zip
Improve configure with docs and help flag
Also make targets dependent on config.mk so that the program is rebuilt when config.mk changes.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0f5a48e..5b44750 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Contributions are of course welcome. Please open a PR on the Github repository.
## Development Setup
-The editor is built using BSD make (specifically bmake) so that needs to be installed.
+The editor is built using BSD make so that needs to be installed (preinstalled on BSD and bmake on Linux).
To enable syntax highlighting (default) you will also need the tree-sitter library
installed.
@@ -55,7 +55,13 @@ or
$ mkdir -p obj
```
-Then call make
+Then call configure (see available options by passing `--help` to `./configure`)
+
+```
+$ ./configure
+```
+
+followed by (you guessed it!) make
```
$ bmake