From 88c8d67aae9f2634e13e7a4fa8c99c75fbf72ac4 Mon Sep 17 00:00:00 2001 From: Antonio Davide Date: Sat, 9 Jan 2021 22:18:37 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ec85c5bf..dc4b0848 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,9 @@ REDasm is still under heavy development, currently is supports: - C++17 compiler (tested on GCC 9.x and MSVC2019) - Qt 5.12 +### Building from source +Read [here](COMPILE.md) + ### Thanks to - [MiniZ](https://github.com/richgel999/miniz) : ZLib's drop in replacement - [TaoJSON](https://github.com/taocpp/json): C++ header-only JSON library