First commit done from gentoo!

This commit is contained in:
tomit4 2025-11-30 17:31:07 -08:00
parent 9da856b081
commit 51f139f681
10 changed files with 96 additions and 6 deletions

16
kiwix-serve.md Normal file
View file

@ -0,0 +1,16 @@
# Kiwix-Serve Install
Go to [kiwix-build github page](https://github.com/kiwix/kiwix-build) and follow
the instructions there.
After invoking `kiwix-build`, go to:
`kiwix-build/BUILD_native_dyn/INSTALL`
From there:
```sh
sudo cp -r kiwix-build/BUILD_native_dyn/INSTALL/lib/* /usr/local/lib/ &&
sudo cp -r kiwix-build/BUILD_native_dyn/INSTALL/bin/* /usr/local/bin &&
sudo ldconfig
```