mirror of
https://github.com/open-goal/jak-project
synced 2026-06-08 04:17:28 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user