Skip to content
Snippets Groups Projects
Commit 24aa90ec authored by Daniel Maier's avatar Daniel Maier
Browse files

deps.sh

parent 0ad4f01c
No related branches found
No related tags found
No related merge requests found
deps.sh 0 → 100644
#!/bin/sh
DEPS=./deps/
mkdir -p "$DEPS"
cd "$DEPS"
# clan
wget http://icps.u-strasbg.fr/~bastoul/development/clan/docs/clan-0.8.0.tar.gz
tar xf clan-0.8.0.tar.gz
cd clan-0.8.0
./configure
make
cd ..
# candl
git clone https://repo.or.cz/candl.git
cd candl
git submodule init
git submodule update
sh autogen.sh
cd piblib
./configure --no-create --no-recursion
cd ..
./configure --with-piplib=bundled --with-scoplib=bundled
make
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment