mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-28 12:37:48 +01:00
10 lines
185 B
Bash
Executable File
10 lines
185 B
Bash
Executable File
# apt install g++ cmake libfuse3-dev libfuse3-3 fuse3
|
|
|
|
export CMAKE_BUILD_PARALLEL_LEVEL="$(nproc)"
|
|
|
|
cd lazyfs
|
|
|
|
cd libs/libpcache && ./build.sh && cd -
|
|
|
|
cd lazyfs && ./build.sh && cd -
|