Added Makefile to easily manage build dependencies #8

Open
daniel-ruiz wants to merge 1 commit from daniel-ruiz/install-notes into master
daniel-ruiz commented 2018-02-11 18:08:54 -05:00 (Migrated from github.com)

At the time I cloned the repository and tried to make the game work, I noticed that some dependencies were missing and I needed to add them manually.

Now that I solved this little inconvenient, I thought it was a good idea to manage that steps with a Makefile and add some install notes on the README file.

Hope it is useful for more people than me.

Update: I have been examining the issue tracker and I think this Pull Request could be useful to fix #1

At the time I cloned the repository and tried to make the game work, I noticed that some dependencies were missing and I needed to add them manually. Now that I solved this little inconvenient, I thought it was a good idea to manage that steps with a Makefile and add some install notes on the README file. Hope it is useful for more people than me. **Update:** I have been examining the issue tracker and I think this Pull Request could be useful to fix #1
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin daniel-ruiz/install-notes:daniel-ruiz/install-notes
git switch daniel-ruiz/install-notes

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff daniel-ruiz/install-notes
git switch daniel-ruiz/install-notes
git rebase master
git switch master
git merge --ff-only daniel-ruiz/install-notes
git switch daniel-ruiz/install-notes
git rebase master
git switch master
git merge --no-ff daniel-ruiz/install-notes
git switch master
git merge --squash daniel-ruiz/install-notes
git switch master
git merge --ff-only daniel-ruiz/install-notes
git switch master
git merge daniel-ruiz/install-notes
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
sausheong/invaders!8
No description provided.