mirror of https://github.com/InoriRus/Kyty.git
Update README.md
This commit is contained in:
parent
927a56c17f
commit
b1e7dcdc5d
29
README.md
29
README.md
|
@ -2,3 +2,32 @@
|
||||||
ps4 & ps5 emulator
|
ps4 & ps5 emulator
|
||||||
-----
|
-----
|
||||||
The project is in its early stage.
|
The project is in its early stage.
|
||||||
|
|
||||||
|
[Vladimir M](mailto:inorirus@gmail.com)
|
||||||
|
|
||||||
|
Licensed under the MIT license.
|
||||||
|
|
||||||
|
### Building
|
||||||
|
Supported platforms:
|
||||||
|
- Windows 10 x64
|
||||||
|
|
||||||
|
Toolchains:
|
||||||
|
- Visual Studio + clang-cl + ninja
|
||||||
|
- Eclipse CDT + mingw-w64 + gcc/clang + ninja/mingw32-make
|
||||||
|
|
||||||
|
Supported versions:
|
||||||
|
Tool | Version
|
||||||
|
:------------ | :------------
|
||||||
|
cmake |3.12
|
||||||
|
Visual Studio 2019 |16.10.3
|
||||||
|
clang |12.0.1
|
||||||
|
clang-cl |11.0.0
|
||||||
|
gcc (MinGW-W64 x86_64-posix-seh)|10.2.0
|
||||||
|
ninja |1.10.1
|
||||||
|
MinGW-w64 |8.0.0
|
||||||
|
Eclipse CDT |10.3.0
|
||||||
|
|
||||||
|
MSVC compiler (cl.exe) is not supported!
|
||||||
|
|
||||||
|
External dependencies:
|
||||||
|
* Vulkan SDK 1.2.176.1
|
||||||
|
|
Loading…
Reference in New Issue