mirror of
https://github.com/janet-lang/janet
synced 2024-11-24 09:17:17 +00:00
Indicate better support for Meson.
This commit is contained in:
parent
a7f3d3436f
commit
a861399ecb
@ -74,6 +74,8 @@ the SourceHut mirror is actively maintained.
|
||||
|
||||
### macos and Unix-like
|
||||
|
||||
The Makefile is non-portable and requires GNU-flavored make.
|
||||
|
||||
```
|
||||
cd somewhere/my/projects/janet
|
||||
make
|
||||
@ -125,8 +127,10 @@ Building with emscripten on windows is currently unsupported.
|
||||
### Meson
|
||||
|
||||
Janet also has a build file for [Meson](https://mesonbuild.com/), a cross platform build
|
||||
system. This is not currently the main supported build system, but should work on any
|
||||
system that supports meson. Meson also provides much better IDE integration than Make or batch files.
|
||||
system. Although Meson has a python dependency, Meson is a very complete build system that
|
||||
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.
|
||||
|
||||
## Installation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user