From bd5b97786a0a788b3bcd5bec6b743e3a911e0634 Mon Sep 17 00:00:00 2001 From: GNU Date: Wed, 9 Nov 2022 18:04:47 +0800 Subject: [PATCH] Updated Compile the widescreen version of Cave Story from the source code (markdown) --- ...-widescreen-version-of-Cave-Story-from-the-source-code.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Compile-the-widescreen-version-of-Cave-Story-from-the-source-code.md b/Compile-the-widescreen-version-of-Cave-Story-from-the-source-code.md index 3a82a06..2772796 100644 --- a/Compile-the-widescreen-version-of-Cave-Story-from-the-source-code.md +++ b/Compile-the-widescreen-version-of-Cave-Story-from-the-source-code.md @@ -30,10 +30,6 @@ mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release .. make -``` - -### Download the original game package (assuming the engine directory of git clone is in this path: ~/nxengine-evo): -``` cd ~/nxengine-evo wget https://www.cavestory.org/downloads/cavestoryen.zip unzip cavestoryen.zip @@ -44,7 +40,6 @@ cd build sudo make install ``` - ### Confirm that the original version can run normally: `./nxengine-evo`