Skip to content

Commit 34d4352

Browse files
authored
Merge pull request #155 from SirWhiteHat/update_readme
Update readme to highlight necessity for install stage
2 parents ab8607a + 1c9179f commit 34d4352

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ cmake .. -G Xcode -DCMAKE_TOOLCHAIN_FILE=../../ios.toolchain.cmake -DPLATFORM=OS
5757
cmake --build . --config Release
5858
```
5959

60-
This will build and install the library for the given PLATFORM. In this case, iOS with the arm64 architecture.
60+
This will build the library for the given PLATFORM. In this case, iOS with the arm64 architecture.
6161

6262
### COMBINED Options
6363
The options called *COMBINED (OS64COMBINED, TVOSCOMBINED and WATCHOSCOMBINED) will build complete FAT-libraries for
@@ -68,7 +68,7 @@ Example:
6868
```bash
6969
cmake . -G Xcode -DCMAKE_TOOLCHAIN_FILE=../../ios.toolchain.cmake -DPLATFORM=OS64COMBINED
7070
cmake --build . --config Release
71-
cmake --install . --config Release
71+
cmake --install . --config Release # Necessary to build combined library
7272
```
7373

7474
**_NOTE_: The COMBINED options _ONLY_ work with the Xcode generator (-G Xcode) on CMake versions 3.14+!**

0 commit comments

Comments
 (0)