blob: 72fb0a09cb4a22b9256a9fbdb8197d114bd33f0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# The NeBuild System.
[](LICENSE)
Fast and easy to use build system for low-level projects.
## Requirements:
- GNU C++
- GNU Make
## Guide (GNU Make):
- Run make `build-nebuild-core` and `build-nebuild` to build from source.
## Guide (NeBuild):
- Run `nebuild` and pass the path to the manifest file to build from source:
```sh
nebuild targets/osx.json
```
## Guide (CMake):
- Use CMake to build `nebuild` from source:
```zsh
cmake -S . -B build
cmake --build build
```
###### Copyright (C) 2024-2026, Amlal El Mahrouss and NeKernel.org Authors, licensed under the BSD 3 Clause license.
|