From 79ed82425bc48110be74c74ced542f1fe901af41 Mon Sep 17 00:00:00 2001 From: doctashay <70249609+doctashay@users.noreply.github.com> Date: Tue, 19 Jan 2021 16:40:11 -0700 Subject: [PATCH] Append README.md to include Arch Linux documentation (#202) * Begin spdlog integration for decompiler * Replace old prints with spdlog equivalents * clang-format * Add Arch Linux documentation * Remove spdlog (again)... --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index eabd8b2437..1f6b5e55a6 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,28 @@ Run Tests ./test.sh ``` +## Getting Started - Linux (Arch) + +Install Packages and Init Repository + +```bash +sudo pacman -S gcc make cmake base-devel g++ nasm +git submodule update --init --recursive +``` + +Compile + +```bash +mkdir build && cd build && cmake .. && make -j +``` + +Run Tests + +```bash +./test.sh +``` + + ## Getting Started - Windows Install Visual Studio 2019 and get the C++ and CMake tools via the Visual Studio Installer