Update README.md
This commit is contained in:
parent
44709ab500
commit
ff7fc4bca9
1 changed files with 8 additions and 0 deletions
|
@ -1,7 +1,10 @@
|
||||||
# Cave Story Engine 2
|
# Cave Story Engine 2
|
||||||
I'm rewriting Cave Story Engine from scratch, to be more accurate than before!
|
I'm rewriting Cave Story Engine from scratch, to be more accurate than before!
|
||||||
|
|
||||||
Cave Story Engine is a recompilation of Cave Story (freeware release), also porting it from DirectX to SDL2
|
Cave Story Engine is a recompilation of Cave Story (freeware release), also porting it from DirectX to SDL2
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
How to build:
|
How to build:
|
||||||
|
|
||||||
Create "build" directory
|
Create "build" directory
|
||||||
|
@ -9,3 +12,8 @@ Create "build" directory
|
||||||
cd to the base directory,
|
cd to the base directory,
|
||||||
|
|
||||||
make (RELEASE=1 for release build)
|
make (RELEASE=1 for release build)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
JAPANESE=1 to enable certain Japanese differences
|
||||||
|
FIX_BUGS=1 to fix certain bugs (see src/Bug Fixes.txt)
|
||||||
|
|
Loading…
Add table
Reference in a new issue