Skip to content

Commit

Permalink
at
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusmoutinho committed Dec 18, 2024
1 parent 77dfd3a commit 48286e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ git clone -b v0.52 https://github.com/OUIsolutions/LuaFluidJson.git
git clone -b v0.72 https://github.com/OUIsolutions/LuaDoTheWorld.git
git clone -b V0.003 https://github.com/SamuelHenriqueDeMoraisVitrio/candangoEngine.git

curl -L https://github.com/OUIsolutions/LuaCAmalgamator/releases/download/0.001/lua_c_amalgamator_darwin_import.c -o lua_c_amalgamator_darwin_import.c
curl -L https://github.com/OUIsolutions/Darwin/releases/download/0.014/darwin.o -o darwin.o
curl -L https://github.com/OUIsolutions/LuaCAmalgamator/releases/download/0.002/lua_c_amalgamator_darwin_import.c -o lua_c_amalgamator_darwin_import.c
curl -L https://github.com/OUIsolutions/Darwin/releases/download/0.015/darwin.o -o darwin.o
sudo chmod +x darwin.o

0 comments on commit 48286e8

Please sign in to comment.