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`