From 0d816aa81ac6416b25a98eeb2d3e4f966a7d8d99 Mon Sep 17 00:00:00 2001 From: water Date: Sat, 22 Aug 2020 22:43:11 -0400 Subject: [PATCH] add a guess at what needs to be installed on linux --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ea5fa9d31..01011df82 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,11 @@ Requirements: - `nasm` for assembling x86. There isn't much x86 assembly so if there's a better way to do this for windows, we can change. - Third party libraries (`nlohmann/json`, `minilzo`, and `linenoise`) are provided in the `third-party` folder +Setup (for Ubuntu): +``` +sudo apt install gcc make cmake build-essential g++ nasm clang-format +``` + Layout: - `goalc` is the GOAL compiler - `gs` contains GOOS code for parts of GOOS implemented in GOOS