2017-11-18 00:59:01 -02:00
# Sapphire - FINAL FANTASY XIV Server Emulator
2017-11-21 09:23:11 +00:00
[](https://discord.gg/xxcdCER)
2017-09-19 06:12:04 +01:00
[](https://travis-ci.org/SapphireMordred/Sapphire)
[](https://ci.appveyor.com/project/SapphireMordred/Sapphire)
2017-08-08 13:53:47 +02:00

Sapphire is a FINAL FANTASY XIV 4.0+ Server Emulator currently in development.
2017-09-19 06:12:04 +01:00
Sapphire is a **research project** to learn how retail servers work and currently not production code; at this time it is **insecure** (use throwaway passwords for accounts) and you should expect a lot of things unimplemented or broken (of course contributions are always welcome).
2017-08-08 13:53:47 +02:00
## Dependencies + Compiling
Sapphire requires the following software:
| *Name* | *Windows* | *Linux* |
| ------ | --------- | ------- |
2018-08-02 19:47:51 -03:00
| CMake 3.0.2+ and C++14 capable compiler | [Visual Studio 2017 ](https://www.visualstudio.com/ ) | `gcc 4.9` and `g++ 4.9` or newer |
2017-08-08 13:53:47 +02:00
| Boost 1.63.0 | [Win32 precompiled binaries ](https://sourceforge.net/projects/boost/files/boost-binaries/1.63.0/boost_1_63_0-msvc-14.0-32.exe/download ) | Boost libraries from your distribution's package manager |
| MySQL Server 5.7 | [Official Site ](https://dev.mysql.com/downloads/mysql/ ) | MySQL server from your distribution's package manager |
2018-06-03 20:47:22 +02:00
Please check the [wiki ](https://github.com/SapphireMordred/Sapphire/wiki ) for detailed installation/build instructions for your OS.
2017-08-08 13:53:47 +02:00
## Links
* [Sapphire on YouTube ](https://www.youtube.com/channel/UCJKYuovoGsq7PxSAfrNJKbw )
2018-08-02 19:47:51 -03:00
Final Fantasy XIV © 2010-2018 SQUARE ENIX CO., LTD. All Rights Reserved. We are not affiliated with SQUARE ENIX CO., LTD. in any way.