Updated Compile the widescreen version of Cave Story from the source code (markdown)

GNU 2022-11-09 18:04:47 +08:00
parent e1fc48df31
commit bd5b97786a

@ -30,10 +30,6 @@ mkdir build
cd build cd build
cmake -DCMAKE_BUILD_TYPE=Release .. cmake -DCMAKE_BUILD_TYPE=Release ..
make make
```
### Download the original game package (assuming the engine directory of git clone is in this path: ~/nxengine-evo):
```
cd ~/nxengine-evo cd ~/nxengine-evo
wget https://www.cavestory.org/downloads/cavestoryen.zip wget https://www.cavestory.org/downloads/cavestoryen.zip
unzip cavestoryen.zip unzip cavestoryen.zip
@ -44,7 +40,6 @@ cd build
sudo make install sudo make install
``` ```
### Confirm that the original version can run normally: ### Confirm that the original version can run normally:
`./nxengine-evo` `./nxengine-evo`