mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
[Other] Fix dependencies
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
mkdir -p "${PWD}/../../build"
|
||||
|
||||
./configure --prefix="${PWD}/../../build" || exit $?
|
||||
|
||||
make install -j2 || exit $?
|
||||
|
||||
Reference in New Issue
Block a user