19 lines
429 B
Markdown
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
|
|
```
|
|
|