You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/DEVELOPMENT.md
+3-27Lines changed: 3 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This document provides instructions for setting up a development environment for
9
9
To build and run VoidFrame, you will need a specific set of tools. The primary development environment is a POSIX-compliant OS (like Linux or macOS) with an x86_64 CPU.
10
10
11
11
### Required Tools:
12
-
-**Build Systems:** At least one of `cmake`, `meson`, or `xmake`.
12
+
-**Build Systems:** At least one of `cmake`, `meson`.
13
13
-**Compiler Toolchain:**`clang` (C/C++ compiler) and `nasm` (assembler).
14
14
-**Build Executor:**`ninja`.
15
15
-**Emulator:**`qemu`.
@@ -29,7 +29,7 @@ Here are the commands to install the required dependencies on various platforms.
0 commit comments