Skip to content
This repository has been archived by the owner on Oct 16, 2022. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyjh authored and valpackett committed Jul 5, 2018
1 parent 76e67ea commit fa72222
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,9 @@ The functions must be of type `IO ()`, `IO Value`, `Value -> IO Value`, `Value -

## Development

Building from the repository requires initialization with the Duktape configuration script the first time (these files are included in the cabal distribution on Hackage).
Note: The duktape configure script invoked by Cabal/Stack requires python 2 with the PyYAML library installed. `pip install PyYAML` is one way to achieve this.

The duktape configure script requires python with the PyYAML library installed.

```bash
git clone --recurse-submodules https://github.com/myfreeweb/hs-duktape
dukconfig/build_dist.sh
```
Thereafter use [stack] to build.
Use [stack] to build.

```bash
$ stack build
Expand Down

0 comments on commit fa72222

Please sign in to comment.