File: README.md

package info (click to toggle)
wlmaker 0.6.1%2Bgit20250919%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 12,056 kB
  • sloc: ansic: 144,965; sh: 10,507; xml: 4,163; python: 1,400; makefile: 499; yacc: 119; lex: 70; awk: 12
file content (14 lines) | stat: -rw-r--r-- 430 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Examples or tools suitable for wlmaker

Through git submodules, this directory points to various tools for using with,
or for experimenting with wlmaker.

These tools are not built by default. See `CMakeLists.txt` for potential
further package dependencies.

```
git submodule update --init --recursive --merge
git submodule update --checkout --recursive --merge
cmake -DCMAKE_INSTALL_PREFIX:PATH=${HOME}/.local . -B build
```