better dependencies fetching

- provide git url for sharedrawweb
This commit is contained in:
philippe lhardy
2023-07-28 10:27:18 +02:00
committed by philippe lhardy
parent 6d7c03d468
commit 2b050cccda
3 changed files with 37 additions and 2 deletions

18
BUILD.md Normal file
View File

@@ -0,0 +1,18 @@
===== 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
```