Added IDE support in build instructions

Fixes #772.
This commit is contained in:
Alen Vrečko 2021-02-03 20:02:13 +01:00 committed by GitHub
parent aa17521268
commit 449945dfba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

View File

@ -343,6 +343,29 @@ resolve the issue:
$ brew install curl --with-openssl $ brew install curl --with-openssl
``` ```
### Using an IDE
No specific instructions are available.
You might find Gyp generators helpful. Output is not guaranteed to work.
Manual editing might be necessary.
To generate CMakeLists.txt in out/Release and out/Debug use:
```shell
$ GYP_GENERATORS=cmake gclient runhooks
```
To generate IDE project files in out/Release and out/Debug use:
```shell
$ GYP_GENERATORS=eclipse gclient runhooks
$ GYP_GENERATORS=xcode gclient runhooks
$ GYP_GENERATORS=xcode_test gclient runhooks
$ GYP_GENERATORS=msvs gclient runhooks
$ GYP_GENERATORS=msvs_test gclient runhooks
```
## Contributing ## Contributing
If you have improvements or fixes, we would love to have your contributions. If you have improvements or fixes, we would love to have your contributions.