add cluster lib to build
This commit is contained in:
parent
89b7b49fae
commit
0db00aaf04
1 changed files with 10 additions and 10 deletions
|
|
@ -95,7 +95,7 @@ cd $here
|
|||
|
||||
echo Setting up cluster lib
|
||||
|
||||
git clone https://git.yeet.space/fabian/act-cluster-lib $srcfolder/act-cluster-lib
|
||||
git clone https://git.yeet.space/fabian/act-cluster-lib -b pqxx-inc $srcfolder/act-cluster-lib
|
||||
mkdir -p $srcfolder/act-cluster-lib/build
|
||||
cd $srcfolder/act-cluster-lib/build
|
||||
cmake ..
|
||||
|
|
@ -104,12 +104,12 @@ make install
|
|||
cd $here
|
||||
|
||||
|
||||
echo Setting up cluster agent
|
||||
|
||||
git clone https://git.yeet.space/fabian/actsim-cluster-agent.git -b reference_compare $srcfolder/actsim-cluster-agent
|
||||
mkdir -p $srcfolder/actsim-cluster-agent/build
|
||||
cd $srcfolder/actsim-cluster-agent/build
|
||||
cmake ..
|
||||
make -j$(nproc)
|
||||
make install
|
||||
cd $here
|
||||
# echo Setting up cluster agent
|
||||
#
|
||||
# git clone https://git.yeet.space/fabian/actsim-cluster-agent.git -b reference_compare $srcfolder/actsim-cluster-agent
|
||||
# mkdir -p $srcfolder/actsim-cluster-agent/build
|
||||
# cd $srcfolder/actsim-cluster-agent/build
|
||||
# cmake ..
|
||||
# make -j$(nproc)
|
||||
# make install
|
||||
# cd $here
|
||||
|
|
|
|||
Loading…
Reference in a new issue