Windows Builder
Is it possible to add something to Build the Project on Windows?
At this moment there’s no support for building on Windows. The reasons are some parts of Macabuilder use certain posix syscalls such as glob and there are a few bash scripts that take part in MacaronOS building process.
As I see it, compiling an operating system on Windows natively is possible by creating an i686-elf cross compiler using MinGW and the problem with bash-dependent scripts can be solved by designing some form of “if” statements and platform detection in Macabuilder (because now command blocks are assumed to be executed only through the bash which is a part of both MacOS and Linux platforms).
It is definitely something that should be considered to support at the later stages of this project but this is far away from being a top priority right now. The only chance to build it on Windows at this moment - by using WSL.
Before moving forward MacaronOS/Macabuilder#5 is required to be implemented
Ok So I'll Use a Virtual Machine with macOS Mojave to Build
@Hawk2811 WSL is much more easier to set up - its a Linux virtual machine bundled into Windows.
Simple follow the Linux instructions and it should work..