Update setting-up.md

This commit is contained in:
Atul R 2019-08-18 14:03:41 +02:00 committed by GitHub
parent d2a9f19031
commit 87146c07e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,10 +24,12 @@ Make sure you follow the setup guide of [Qode][qode_setup] so that you have a bu
### Linux:
Supported versions: Ubuntu 17.10 and up
**Requirements**
1. Node version: > 9
2. Python, Make, GCC, pkg-config
2. Python 2.x , Make, GCC v7, pkg-config
3. Qt (_Optional_): Make sure you followed the setup instructions from [Qode][qode_setup]
On Ubuntu: `$ sudo apt-get install pkg-config build-essentials` should install everything except Qt5.
@ -46,6 +48,6 @@ Note: If you are using your own version of Qt make sure to
If you want to run with your own version of Qt make sure to pass qt_home_dir variable when building addon.
`yarn rebuild:addon [--qt_home_dir=/path/to/qt]`
`npm run rebuild:addon [--qt_home_dir=/path/to/qt]`
[qode_setup]: https://github.com/nodegui/qode