Skip to content

Commit 0380d28

Browse files
erdnaxemebeim
authored andcommitted
README: Add build instructions
1 parent 32003fb commit 0380d28

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@ kernel syscall implementation tracker.
2020
- Downloadable kernel configurations to build kernels with the same syscalls
2121
listed in the tables.
2222

23+
## How to build
24+
25+
To build this static website, you need Python 3 with the `fonttools` and `brotli` modules.
26+
Then, you may execute in the root of this repository:
27+
```bash
28+
./scripts/build_web_db.py
29+
./scripts/build_web_fonts.sh
30+
```
31+
The static website is now available in `www/` folder.
32+
You may quickly test the website using `python3 -m http.server -d www/`.
33+
2334
---
2435

2536
*Copyright © 2023-2024 Marco Bonelli. Licensed under the GNU General Public License v3.0.*

0 commit comments

Comments
 (0)