mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2026-09-16 12:13:01 +02:00
Updated Compile the widescreen version of Cave Story from the source code (markdown)
@@ -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`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user