Files
artloglaby/BUILD.md
2023-07-28 18:22:44 +02:00

26 lines
559 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
```
Then create de .zip
```
source ./specificdoit.sh; create_zip_package
```
you ccan then provide and copy laby.zip to install it.