hydrilla-builder / README.md @ 9e71d383
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 |
```
|