mirror of
https://gitlab.com/manzerbredes/loosely-coupled-dss-extended.git
synced 2025-04-19 12:19:45 +00:00
Add dependencies
This commit is contained in:
parent
f0208cbc86
commit
e8ad4ccb09
3 changed files with 17 additions and 1 deletions
12
libs/setup.sh
Executable file
12
libs/setup.sh
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
[ ! -e "simgrid" ] && git clone https://framagit.org/simgrid/simgrid
|
||||
[ ! -e "rapidjson"] && git clone https://github.com/Tencent/rapidjson
|
||||
|
||||
cd simgrid
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake ../
|
||||
make -j4
|
Loading…
Add table
Add a link
Reference in a new issue