Created
December 19, 2018 17:13
-
-
Save udomsak/4fb4f9c54dc91cd2b4c10fe722637fbe to your computer and use it in GitHub Desktop.
kyoto-tycoon compile on fedora-core 29
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone [email protected]:cloudflare/kyototycoon.git | |
sudo dnf install openssl-devel kyotocabinet-devel | |
./configure | |
make | |
sudo make install | |
echo /usr/local/lib > /etc/ld.so.conf.d/kyoto-tycoon.conf | |
sudo ldconfig |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment