mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
📚 Improve install instructions (#924)
Add precise build tool installation description.
This commit is contained in:
parent
8a93bdbdcc
commit
dcded3b96b
|
@ -57,11 +57,16 @@ dependencies are installed and the packages get linked correctly. Here a short g
|
||||||
|
|
||||||
The packages which n8n uses depend on a few build tools:
|
The packages which n8n uses depend on a few build tools:
|
||||||
|
|
||||||
Linux:
|
Debian/Ubuntu:
|
||||||
```
|
```
|
||||||
apt-get install -y build-essential python
|
apt-get install -y build-essential python
|
||||||
```
|
```
|
||||||
|
|
||||||
|
CentOS:
|
||||||
|
```
|
||||||
|
yum install gcc gcc-c++ make
|
||||||
|
```
|
||||||
|
|
||||||
Windows:
|
Windows:
|
||||||
```
|
```
|
||||||
npm install -g windows-build-tools
|
npm install -g windows-build-tools
|
||||||
|
|
Loading…
Reference in a new issue