Browse Source

Update README.md

NX 6 years ago
parent
commit
51858041d6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -35,6 +35,8 @@ For desktop platforms [CMake](https://cmake.org/download/) with GNU Make or Visu
 
 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.
 
+To build library for Nintendo Switch, follow [this](https://pastebin.com/raw/rbjLgMV2) guide.
+
 Define `ENET_LZ4` to build the library with support for an optional packet-level compression.
 
 A managed assembly can be built using any available compiling platform that supports C# 3.0 or higher.