summaryrefslogtreecommitdiff
path: root/README.md
blob: b0386bfa3e19acb93d5d51ffe58f47d5daa217ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
```