Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmTheNerdNextDoor authored Feb 13, 2025
1 parent a919b79 commit e69eede
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,18 @@ Full CMake build system with seperated includes and src.

## Building and Testing

### Linux

Run `mkdir build && cd build` in the Arikoto root folder. Type `cmake ..`. The project will be configured automatically.

From here, you can type `make`, `make run`, `make run-kvm`, `make run-uefi` and (my favourite) `make run-uefi-kvm`.

### macOS

However, if you are on macOS, you will need to install Linux.

If you are not building on Linux and are instead using macOS, do not expect any support for problems that are encountered.

## Why CMake for an OS project?

It's expansive and flexible for me. It's something I wanted to experiment and use more, so why not use it with a personal experimental project?

0 comments on commit e69eede

Please sign in to comment.