Skip to content

Commit

Permalink
DEPS / added bufferutil
Browse files Browse the repository at this point in the history
specifically for macos Intel
  • Loading branch information
louis-ev committed Dec 18, 2024
1 parent f3ce5f9 commit ccefaab
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ The font [Belle Allure](https://www.jeanboyault.fr/belle-allure/) is used with p
- **next** --> code for the next major version (v11), in Electron. Use at your own risks.
- **next-node** --> code for the next major version, without Electron. Use at your own risks.

Note: on Ubuntu 22.04, you may need to install the dependency sharp 0.31.3 as the most recent version (0.33.5) is not compatible.
Note 1: on Ubuntu 22.04, you may need to install the dependency sharp 0.31.3 as the most recent version (0.33.5) is not compatible.

Note 2: bufferutil seems to be necessary specifically for intel macOS.

# Install do•doc

Expand Down
29 changes: 27 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
"node-gyp": "^10.3.1"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",
"extractd": "^2.1.2"
}
}

0 comments on commit ccefaab

Please sign in to comment.