FEX/Readme.md
Ryan Houdek cab317e2f0 Removes all references to Boost
We don't require this
Fixes #699
2021-01-26 02:34:26 -08:00

15 lines
387 B
Markdown

# FEX - Fast x86 emulation frontend
This is the frontend application and tooling used for development and debugging of the FEXCore library.
### Dependencies
* FEXCore
* cpp-optparse
* imgui
* json-maker
* tiny-json
* A C++17 compliant compiler (There are assumptions made about using Clang and LTO)
* clang-tidy if you want the code cleaned up
* cmake
![FEX diagram](docs/Diagram.svg)