From 7e8757864889ca071510037042b2d899456a7620 Mon Sep 17 00:00:00 2001 From: ParrotXray <87219725+ParrotXray@users.noreply.github.com> Date: Sun, 11 May 2025 13:54:42 +0800 Subject: [PATCH] feat: Update Build.md --- docs/Build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Build.md b/docs/Build.md index 7b15e0e..6e27490 100644 --- a/docs/Build.md +++ b/docs/Build.md @@ -33,7 +33,7 @@ This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ``` ### Compiling Bochs -Download the [source code](https://sourceforge.net/projects/bochs/files/bochs/), extract it, and place the [bochs-build.sh](../scripts/bochs-build.sh) script in the folder. Then, execute the script in the current folder. +Download the [source code](https://sourceforge.net/projects/bochs/files/bochs/), extract it, and place the [bochs-build.sh](../scripts/bochs-build.sh) script into the extracted folder. Then, navigate into the folder and execute the script. ```sh= sudo apt install libx11-dev xserver-xorg-dev xorg-dev -y sudo apt install libsdl2-dev -y