Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@udomsak
Created December 19, 2018 17:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save udomsak/4fb4f9c54dc91cd2b4c10fe722637fbe to your computer and use it in GitHub Desktop.
Save udomsak/4fb4f9c54dc91cd2b4c10fe722637fbe to your computer and use it in GitHub Desktop.
kyoto-tycoon compile on fedora-core 29
git clone git@github.com: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