Skip to content

Commit

Permalink
Add sqlite installation to compiling section.
Browse files Browse the repository at this point in the history
  • Loading branch information
bugra9 authored May 25, 2022
1 parent d6a661b commit bf03166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ console.log(newCoords); // [ [ 3021629.2074563554, 4639610.441991095 ] ]

### Compiling
- Install the EMSDK, [as described here](https://emscripten.org/docs/getting_started/downloads.html)
- Install Sqlite3. ([#31](https://github.com/bugra9/gdal3.js/issues/31))
- Run `yarn compile` or `make`. Run `make type=debug` for debug version.
- Run `yarn build`. Run `yarn build-dev` for debug version.

Expand Down

0 comments on commit bf03166

Please sign in to comment.