First commit done from gentoo!
This commit is contained in:
parent
9da856b081
commit
51f139f681
10 changed files with 96 additions and 6 deletions
16
kiwix-serve.md
Normal file
16
kiwix-serve.md
Normal 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue