mirror of https://github.com/trapexit/mergerfs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
498 B
15 lines
498 B
## Libraries
|
|
|
|
### included in repo
|
|
|
|
* libfuse: https://github.com/libfuse/libfuse (heavily modified fork of v2.x)
|
|
* rapidhash: https://github.com/Nicoshev/rapidhash
|
|
* fmt: https://github.com/fmtlib/fmt
|
|
* concurrentqueue: https://github.com/cameron314/concurrentqueue
|
|
* scope_guard: https://github.com/Neargye/scope_guard
|
|
* boost
|
|
* download boost
|
|
* ./bootstrap.sh
|
|
* ./b2 tools/bcp
|
|
* ./dist/bin/bcp pool/pool.hpp <target_dir>
|
|
* ./dist/bin/bcp unordered/concurrent_flat_map.hpp <target_dir>
|