Files
artloglaby/BUILD.md
philippe lhardy a22a2fd1b6 better dependencies fetching
- provide git url for sharedrawweb
2023-07-28 10:27:18 +02:00

19 lines
429 B
Markdown

===== How to build this project ? =====
This project was done in java so it requires a java compiler to be build under an executable form.
It is expected you already obtained content of source since you are readeing this BUILD.md
within same directory as this BUILD.md :
```
./init.sh
# will create build scripts from artlog_toolbox
# ./doit.sh
# depends on sharedrawweb for stl export
./fetch_dependencies.sh
ant dist
```