README split BUILD INSTALL and RUN
This commit is contained in:
8
BUILD.md
8
BUILD.md
@@ -16,3 +16,11 @@ within same directory as this BUILD.md :
|
|||||||
ant dist
|
ant dist
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Then create de .zip
|
||||||
|
|
||||||
|
```
|
||||||
|
source ./specificdoit.sh; create_zip_package
|
||||||
|
```
|
||||||
|
|
||||||
|
you ccan then provide and copy laby.zip to install it.
|
||||||
36
README
36
README
@@ -15,22 +15,30 @@ requirement : you need a java jdk environment installed ( java + javac ) and ant
|
|||||||
|
|
||||||
ex ubuntu : sudo apt-get install default-jdk ant
|
ex ubuntu : sudo apt-get install default-jdk ant
|
||||||
|
|
||||||
run it by :
|
===== BUILD =====
|
||||||
|
|
||||||
________Linux distribution_____________________
|
See BUILD.md
|
||||||
|
|
||||||
|
|
||||||
|
===== INSTALL =====
|
||||||
|
|
||||||
|
obtain laby.zip directly build or from you own build ( see BUILD above ).
|
||||||
|
|
||||||
|
```
|
||||||
|
unzip laby.zip
|
||||||
|
```
|
||||||
|
|
||||||
|
it will create a artloglaby directory.
|
||||||
|
|
||||||
|
===== RUN =====
|
||||||
|
|
||||||
|
run it on a Linux distribution with :
|
||||||
|
|
||||||
|
|
||||||
|
```
|
||||||
|
cd artloglaby ; ./laby.sh
|
||||||
|
```
|
||||||
|
|
||||||
mkdir github
|
|
||||||
cd github
|
|
||||||
git clone https://github.com/artlog/labystl.git
|
|
||||||
cd labystl
|
|
||||||
./init.sh
|
|
||||||
# will create build scripts from artlog_toolbox
|
|
||||||
# ./doit.sh
|
|
||||||
# depends on sharedrawweb for stl export
|
|
||||||
./fetch_dependencies.sh
|
|
||||||
ant dist
|
|
||||||
source ./specificdoit.sh; create_zip_package
|
|
||||||
unzip laby.zip; cd artloglaby ; ./laby.sh
|
|
||||||
_______________________________________________
|
_______________________________________________
|
||||||
|
|
||||||
Save raw will actualy create a stl file
|
Save raw will actualy create a stl file
|
||||||
|
|||||||
Reference in New Issue
Block a user