View Single Post
WildCard65
Veteran Member
Join Date: Aug 2013
Location: Canada
Old 02-24-2016 , 09:22   Re: Can someone explain me HOW to COMPILE extension under Windows, please!
Reply With Quote #27

You probably forgot to add "--recursive" to the git clone command(like I do a lot...)
If so, run the following in the sourcemod folder:
Code:
git submodule init
git submodule update
Then run "ambuild" again.
If all goes right, it should compile.

Last edited by WildCard65; 02-24-2016 at 09:22.
WildCard65 is offline