mirror of
https://github.com/johndoe6345789/MetalOS.git
synced 2026-04-24 13:45:02 +00:00
Remove Makefiles and update documentation for pure CMake build system
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
@@ -152,9 +152,19 @@ Closes #42
|
||||
Every PR should be tested in QEMU:
|
||||
|
||||
```bash
|
||||
make clean
|
||||
make all
|
||||
make qemu
|
||||
mkdir build && cd build
|
||||
cmake ..
|
||||
cmake --build .
|
||||
cmake --build . --target qemu
|
||||
```
|
||||
|
||||
Or if you already have a build directory:
|
||||
|
||||
```bash
|
||||
cd build
|
||||
cmake --build . --target clean
|
||||
cmake --build .
|
||||
cmake --build . --target qemu
|
||||
```
|
||||
|
||||
Verify:
|
||||
|
||||
Reference in New Issue
Block a user