aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2019-07-26 22:43:54 -0500
committerCalvin Rose <calsrose@gmail.com>2019-07-26 22:43:54 -0500
commitdfe00fee941d516ad4ec2a69637594adb2b1e005 (patch)
treeb1e3b1328045011cf7159664aa111d58570ffc06 /README.md
parentUpdate CHANGELOG.md (diff)
Building standalone binaries on linux working.
Mostly changes to cook and jpm. Also some code for file associations in the windows installer, and adding the :linux value from os/which (instead of just :posix).
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 807f73f8..49d4ea02 100644
--- a/README.md
+++ b/README.md
@@ -132,6 +132,13 @@ is maybe more convenient and flexible for integrating into existing pipelines.
Meson also provides much better IDE integration than Make or batch files, as well as support
for cross compilation.
+## Development
+
+Janet can be hacked on with pretty much any environment you like, but for IDE
+lovers, [Gnome Builder](https://wiki.gnome.org/Apps/Builder) is probably the
+best option, as it has excellent meson integration. It also offers code completion
+for Janet's C API right out of the box, which is very useful for exploring.
+
## Installation
See [the Introduction](https://janet-lang.org/introduction.html) for more details. If you just want