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)...
This commit is contained in:
doctashay
2021-01-19 16:40:11 -07:00
committed by GitHub
parent 40d328f4eb
commit 79ed82425b
+22
View File
@@ -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