Merge pull request #33 from icepic/patch-1

small readme update
This commit is contained in:
drmortalwombat 2023-10-25 10:58:35 +02:00 committed by GitHub
commit 7d80dfac25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,6 +83,11 @@ A windows installer is provided with the release, the compiler is installed into
### Building ### 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. 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 ### Compiler arguments