Files
artloglaby/BUILD.md
philippe lhardy ab6746ed5c metascript and printclonedep
will move to metascript

Signed-off-by: philippe lhardy <philippe.lhardy@astrolabe.coop>
2025-11-01 15:12:45 +01:00

27 lines
617 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 reading 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 can then provide and copy laby.zip to install it.
See README to find documentation how to install and run it.