ddevault / Craft.Net

(Unmaintained, see TrueCraft) Minecraft server, client, and etc for .NET
MIT License
228 stars 64 forks source link

Compiling is failing #143

Closed NiLSPACE closed 11 years ago

NiLSPACE commented 11 years ago

hello, when i try to compile Craft.Net i get this 10 errors and 1 warning. with a .bat file i made a log.txt. there you can find all the errors etc: http://www.mediafire.com/?agq632a99klifhd

ddevault commented 11 years ago

You're missing the submodules.

$ git submodule update --init

Drew DeVault

On Mon, Dec 31, 2012 at 12:17 PM, STRWarrior notifications@github.comwrote:

hello, when i try to compile Craft.Net i get this 10 errors and 1 warning. with a .bat file i made a log.txt. there you can find all the errors etc: http://www.mediafire.com/?agq632a99klifhd

— Reply to this email directly or view it on GitHubhttps://github.com/SirCmpwn/Craft.Net/issues/143.

NiLSPACE commented 11 years ago

where can i get those? maybe can you make a more advanced tutorial?

pdelvo commented 11 years ago

If you clone with git clone --recursive [url] git will do everything

NiLSPACE commented 11 years ago

jup it works now thank :)

ddevault commented 11 years ago

Thanks, @pdelvo. I added these details to the readme for future reference.