Sha256: 42464ae17a3c48b0c9a2e50ef46eecdd93265c7870e61a962493f0436579a2b7
Contents?: true
Size: 350 Bytes
Versions: 14
Compression:
Stored size: 350 Bytes
Contents
#!/bin/bash ## NOTE: I am aware that this shell script is horrible. cd /tmp wget http://fallabs.com/kyotocabinet/pkg/kyotocabinet-1.2.76.tar.gz tar xzf kyotocabinet-1.2.76.tar.gz cd kyotocabinet-1.2.76 ./configure && make && make install grep -q local /etc/ld.so.conf if [ $? -ne 0 ]; then echo "/usr/local/lib" >> /etc/ld.so.conf && ldconfig fi
Version data entries
14 entries across 14 versions & 2 rubygems