Update README.md for unix builds

This commit is contained in:
Janne Johansson 2023-06-21 15:16:02 +02:00 committed by GitHub
parent daf412a47b
commit 576d2a96cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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