Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Airyzz committed Jul 22, 2023
1 parent 9b01eed commit 91e01f1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# Zombie Cafe Revival
An effort to reverse engineer and revive the game, reimplementing online services, fixing crashes and adding new content.

Check out [my article](https://airyz.xyz/p/zombie-cafe-revival/) for some more detail in to the technical side of things!

## Building

### Requirements
Expand All @@ -18,7 +20,8 @@ LibZombieCafeExtension is an extra library that applies runtime patches to the g
cd src/lib/cpp
mkdir build
cd build
cmake ../
cmake ../ -DCMAKE_TOOLCHAIN_FILE=$NDK_HOME/build/cmake/android.toolchain.cmake -DANDROID_ABI=armeabi-v7a -DANDROID_PLATFORM=android-8

make
```

Expand Down

0 comments on commit 91e01f1

Please sign in to comment.