Skip to content

Commit

Permalink
docs: add build tools section
Browse files Browse the repository at this point in the history
  • Loading branch information
shiqimei committed Jun 12, 2023
1 parent 1ea5057 commit 821ec8d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ In our plan, we first complete the above optimizations and then gradually add th
git clone --recurse-submodules https://github.com/openquickjs/quickjs.git
```

#### Install Build Tools

```bash
brew install cmake ninja # macOS
sudo apt install cmake ninja-build # Ubuntu
```

The Windows build environment is not yet officially supported.

#### Build

```shell
Expand Down

0 comments on commit 821ec8d

Please sign in to comment.