mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 23:12:36 +02:00
remove libcuckoo and readme
This commit is contained in:
parent
881d03b11d
commit
0e9e8a0036
2 changed files with 0 additions and 18 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -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/
|
||||
|
|
|
@ -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.
|
Loading…
Reference in a new issue