From 576d2a96cda78ce3c4ea4df5f37fbfa2d70a3341 Mon Sep 17 00:00:00 2001 From: Janne Johansson Date: Wed, 21 Jun 2023 15:16:02 +0200 Subject: [PATCH] Update README.md for unix builds --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b25ed93..e5b187b 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,11 @@ A windows installer is provided with the release, the compiler is installed into ### Building The compiler can also be built using MSVC or GCC. A visual studio project and a makefile are part of the source repository. The makefile is in the make folder. +You should build from a subdirectory of Oscar64 so that references in the makefile work out correctly. + +* mkdir build +* cd build +* make -f ../make/makefile ### Compiler arguments