diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-05-19 20:27:09 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-05-19 20:27:09 -0400 |
| commit | 42b31e7bf70f2cdb13cec3312d1cc262cd3ced6b (patch) | |
| tree | 4ebb233e1386cf477a3d6f59c2bed5f2625470cf /README.md | |
Initial commit
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..b0386bf --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# DUCK Hy Proof-of-Concept + +Proof of concept for creating an Android app with +[Hy](http://docs.hylang.org/en/stable/) and David Boddie's +[DUCK](http://www.boddie.org.uk/david/Projects/Python/DUCK/README.html). + +## Building + +Begin by following the directions listed in the ['Getting +Started'](http://www.boddie.org.uk/david/Projects/Python/DUCK/Documents/Getting_Started.html) +section of DUCK's documentation. Now, install the latest version of Hy: + +```sh +$ pip install git+https://github.com/hylang/hy.git +``` + +The build script should now work. + +```sh +$ hy build.hy <key file> <certificate file> out.apk +``` |