remove libcuckoo and readme

This commit is contained in:
Stephen Birarda 2014-11-06 13:56:19 -08:00
parent 881d03b11d
commit 0e9e8a0036
2 changed files with 0 additions and 18 deletions

4
.gitignore vendored
View file

@ -32,9 +32,5 @@ DerivedData
interface/external/*/*
!interface/external/*/readme.txt
# ignore libraries externals
libraries/*/externals/*/*
!libraries/*/externals/*/readme.txt
# Ignore interfaceCache for Linux users
interface/interfaceCache/

View file

@ -1,14 +0,0 @@
Instructions for adding the libcuckoo library to Interface
Stephen Birarda, November 5, 2014
1. Download the libcuckoo ZIP from the High Fidelity libcuckoo fork on Github.
https://github.com/highfidelity/libcuckoo/archive/master.zip
2. Copy the libcuckoo folder from inside the ZIP to libraries/networking/externals/libcuckoo/.
You should have the following structure:
libraries/networking/externals/libcuckoo/libcuckoo/cuckoohash_map.hh
3. Delete your build directory, run cmake and build, and you should be all set.