aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: c63375874f69198c3d15ec089345ebaa0816dcb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# These are the sources of Hydrilla builder, a tool to convert packages into a form serveable by Hydrilla.

TODO...

To build the supplied example you can do something along the lines of:
```
mkdir /tmp/bananowarzez/
PYTHONPATH=src python3 -m hydrilla.builder -s src/test/source-package-example/ \
	       -d /tmp/bananowarzez/
# Now, list the files we just produced
find /tmp/bananowarzez/
```