better dependencies fetching
- provide git url for sharedrawweb
This commit is contained in:
18
BUILD.md
Normal file
18
BUILD.md
Normal 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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user