Skip to content

Commit

Permalink
update README with the new requirements on linux [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
JCMais authored Dec 15, 2022
1 parent ec5c0e8 commit 8879499
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,9 +388,10 @@ npm_config_node_libcurl_cpp_std=c++17 <...other args...> yarn add node-libcurl
### Building on Linux

To build the addon on linux based systems you must have:
- gcc >= 4.8
- gcc >= 7
- libcurl dev files
- python 2.7
- python >= 3
- OS that is not past their EOL.

If you are on a debian based system, you can get those by running:
```bash
Expand Down

0 comments on commit 8879499

Please sign in to comment.