issues
search
PetrKralTul
/
Projekt
0
stars
1
forks
source link
Build Flow123d
#4
Open
jbrezmorf
opened
7 years ago
jbrezmorf
commented
7 years ago
install docker
download
http://flow.nti.tul.cz/developer-images/
... flow-libs-dev-dbg.tar.gz
docker tutorial
... How to load image from file
docker load <flow-libs-dev-dbg.tar.gz
clone flow123d:
https://github.com/flow123d/flow123d
flow123d/bin/docker.sh ... should start shell in docker devel image
docker> make cmake ... configure flow123d
docker> make -j 4 all
docker load <flow-libs-dev-dbg.tar.gz