From 09892eed63b6c017065b6ce2fc8aca4c0fb5c4d8 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Sun, 7 Nov 2021 21:09:42 -0500 Subject: [PATCH] Add DEVELOPING.md --- DEVELOPING.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 DEVELOPING.md diff --git a/DEVELOPING.md b/DEVELOPING.md new file mode 100644 index 0000000..b1b77a4 --- /dev/null +++ b/DEVELOPING.md @@ -0,0 +1,14 @@ +# Developing + +# Specs + +To run the rscons specs, the following commands must be available: + +* gcc +* clang +* g++ +* clang++ +* gdc +* ldc +* flex +* bison