Project

General

Profile

Download (395 Bytes) Statistics
| Branch: | Tag: | Revision:

hydrilla-builder / README.md @ 16eaeb86

1
# These are the sources of Hydrilla builder, a tool to convert packages into a form serveable by Hydrilla.
2

    
3
TODO...
4

    
5
To build the supplied example you can do something along the lines of:
6
```
7
mkdir /tmp/bananowarzez/
8
PYTHONPATH=src python3 -m hydrilla.builder -s src/test/source-package-example/ \
9
	       -d /tmp/bananowarzez/
10
# Now, list the files we just produced
11
find /tmp/bananowarzez/
12
```
(4-4/8)