Update README.md

This commit is contained in:
Erik 2017-03-08 23:45:51 -08:00 committed by GitHub
parent aad0fd37f8
commit deeb5dc169
1 changed files with 3 additions and 3 deletions

View File

@ -128,8 +128,8 @@ To recompile cURL, follow these instructions:
To create an out-of-source build for macOS: To create an out-of-source build for macOS:
1. Extract the tarball. 1. Extract the tarball.
2. Create a build directory. 2. Create a build directory out-of-source. **Important**: The directory cannot be a subdirectory of the source folder.
3. Create a build directory out-of-source. **Important**: The directory cannot be a subdirectory of the source folder. 3. `cd` into your build directory.
4. From your build directory, run `cmake` on the source directory to generate make files for the SDK: `cmake <path-to-source-code>`. 4. From your build directory, run `cmake` on the source directory to generate make files for the SDK: `cmake <path-to-source-code>`.
5. From the build directory, run `make` to build the SDK. 5. From the build directory, run `make` to build the SDK.