Skip to content

Commit

Permalink
add SDL and minetest game dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AI-WAIFU committed Jul 12, 2023
1 parent f1a49d1 commit f174994
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ newworld/
## Non-static Minetest directories or symlinks to these
/bin/
/games/*
!/games/minetest_game/
!/games/devtest/
/cache
/textures/*
Expand Down
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@
[submodule "lib/zmqpp"]
path = lib/zmqpp
url = [email protected]:zeromq/zmqpp.git
[submodule "games/minetest_game"]
path = games/minetest_game
url = [email protected]:minetest/minetest_game.git
[submodule "lib/SDL"]
path = lib/SDL
url = [email protected]:libsdl-org/SDL.git
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
all:

deps:
#Install dependencies
util/minetester/install_deps.sh
repos:
#Init all submodules
git submodule update --init --recursive


package: deps repos
Expand Down
1 change: 1 addition & 0 deletions games/minetest_game
Submodule minetest_game added at 110c23
1 change: 1 addition & 0 deletions lib/SDL
Submodule SDL added at 1903d7

0 comments on commit f174994

Please sign in to comment.