Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

doc: update README clarifying node-gyp prereqs #178

Merged
merged 1 commit into from
Apr 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ Neither project currently uses the following functionality:

1. Node.js 16 and npm 6 (Node.js 14 is also supported)
1. [Volta](https://volta.sh/) is recommended for development
1. Python (at least 3.7, but less than 3.11)
1. An appropriate [C++ build toolchain for your machine](https://github.com/nodejs/node-gyp#on-unix)

## Interactive web demo

Expand All @@ -59,6 +61,8 @@ Install Enketo Transformer with:
npm install enketo-transformer
```

*If you face issues during installation:* Verify that [these requirements](https://github.com/nodejs/node-gyp#on-unix) are met. We depend on upstream XSLT and XML C++ libraries that require compilation upon installation using [node-gyp](https://github.com/nodejs/node-gyp).

### Node

```ts
Expand Down