Enable build support by adding .onedev-buildspec.yml
| LuaAddon/lua/autorun/client | Loading last commit info... | |
| garrysmod_common | ||
| premake5 | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .gitmodules | ||
| LICENSE | ||
| README.md |
README.md
Proper cloning
git clone https://jordanplayz158.xyz/JordanPlayz158/garrysmodmumblelink
cd garrysmodmumblelink
git submodule update --init --recursive
Making Makefile
cd premake5
./premake5 --os=linux --gmcommon=../garrysmod_common gmake2
Building Binary Module
If you are performing this step after "Making Makefile"
ensure you are in the root directory again (cd ..)
cd premake5/projects/linux/gmake2
make all