Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added a script to install every thing require for you to compile #91

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix more typo
  • Loading branch information
TigerClips1 authored Sep 30, 2023
commit 48103f09af82d9c5e6105a70ae0d87974ff84c60
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@

`$ make`

to comepile this game just run requirements.sh to install the requirements and comepile this script only work for debian and ubuntu base distro
to comepile this game just run requirements.sh to install the requirements and comepile this game, this script only work for debian and ubuntu base distro.

` $ cd minecraft-weekend`

` $ chmod +x requirements.sh`
` $ chmod +x requirements.sh `

` $ sudo ./requirements.sh `

The following static libraries under `lib/` must be built before the main project can be built:
Expand Down