Fix compilation issues with clang
Add APKBUILD template
README: add link to WASM demo
scd2html generates HTML from scdoc source files
You can test scd2html with input of your choice using the WASM demo.
make
sudo make install
You can pass PREFIX or DESTDIR to make if you'd like:
make PREFIX=/usr
sudo make PREFIX=/usr install
Uninstallation is similar:
sudo make uninstall
See scd2html(1) for running this tool. See the scdoc documentation for learning about scdoc in general.
Send patches/bug reports to ~bitfehler/public-inbox@lists.sr.ht