Browse Source

Update README.md

NX 6 years ago
parent
commit
8e922e50ef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -29,7 +29,7 @@ To build the native library appropriate software is required:
 
 
 For desktop platforms [CMake](https://cmake.org/download/) with GNU Make or Visual Studio.
 For desktop platforms [CMake](https://cmake.org/download/) with GNU Make or Visual Studio.
 
 
-For mobile platforms [NDK](https://developer.android.com/ndk/downloads/) for Android and [Xcode](https://developer.apple.com/xcode/) for iOS.
+For mobile platforms [NDK](https://developer.android.com/ndk/downloads/) for Android and [Xcode](https://developer.apple.com/xcode/) for iOS. Make sure that all compiled libraries are assigned to appropriate platforms and CPU architectures.
 
 
 Define `ENET_LZ4` to build the library with support for an optional packet-level compression.
 Define `ENET_LZ4` to build the library with support for an optional packet-level compression.