readme.txt 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. ENET Pre-compiled Binary Library Blobs
  2. ==========================
  3. This folder contains pre-compiled binaries for a variety of different platforms.
  4. A brief summary of these folders are as follows:
  5. - Windows, Mac, Linux
  6. -- 64bit (x64)
  7. - Android (Kitkat 4.4 minimum target OS)
  8. -- ARMv7 (armeabi-v7a), ARMv8/AArch64 (arm64-v8a)
  9. - iOS
  10. -- FAT Library (armv7 + arm64). Targeted for iOS 8 minimum. Unsigned library.
  11. DEBUG VERSIONS
  12. ===============
  13. Debug versions of the libraries can be obtained at https://github.com/SoftwareGuy/ENet-CSharp/releases.
  14. Otherwise you can also compile the library yourself with Debug enabled.
  15. DOT POINTS
  16. ===========
  17. 1. 32bit Support for Ignorance has been removed. Originally, I did not want to support 32bit operating systems,
  18. however due to some countries in the world still stuck in the 32bit era (Brasil, some Russian areas, etc) I added them as a
  19. goodwill gesture. However, since those who needed the libraries have now vanished, I have stopped building 32bit versions of ENet.
  20. COMPILE THE CODE YOURSELF
  21. =========================
  22. If you don't trust the above binaries then git clone the ENET-CSharp repository (http://github.com/SoftwareGuy/ENet-CSharp) and read the readme.
  23. EXCLUSION INSTRUCTIONS
  24. ======================
  25. No need, the meta data will cover that for you.
  26. Still don't know what to do with these? Drop by the Mirror discord and post in the Ignorance channel.