Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ if [ "$(uname)" == "Darwin" ]; then
patch -p1 < ../for_darwin_to_detect_compiler_flag.patch
fi
./autogen.sh
LIBS="-lJerasure" ./configure --disable-shared --with-pic --prefix $BUILD_DIR
LIBS="-lJerasure -lgf_complete" ./configure --disable-shared --with-pic --prefix $BUILD_DIR
patch -p1 < ../liberasurecode.patch # Applies a patch for building static library
make $MAKE_FLAGS install