We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32003fb commit 0380d28Copy full SHA for 0380d28
README.md
@@ -20,6 +20,17 @@ kernel syscall implementation tracker.
20
- Downloadable kernel configurations to build kernels with the same syscalls
21
listed in the tables.
22
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
34
---
35
36
*Copyright © 2023-2024 Marco Bonelli. Licensed under the GNU General Public License v3.0.*
0 commit comments