ddevault/TrueCraft

Building in Monodevelop on Ubuntu

MggMuggins opened this issue · 6 comments

Mono says that "The type or namespace fNbt could not be found". This is clearly a dependency issue. I'm completely new to C# and Mono, so I'm wondering what the best course of action here is.

You failed to follow the instructions correctly. The particular instruction you failed to follow is written in bold.

Is there any particular reason for the recursive clone? It didn't seem to me that it was entirely necessary, and there was no explanation as to what it was doing. Now that I have the repo cloned, is there any way to bring down whatever that would bring down without having to clone the whole thing over again?

Of course there's a reason for it. Generally speaking if an instruction is written in bold it's not because it's unnecessary.

git submodule update --init

I apologize for not following the directions. I would appreciate a reason in the documentation, to make it more clear that the recursive clone is necessary. Thank you for both the command and the quick responses.

phase commented

Recursive cloning is used to clone the submodules inside a repository with the repo.

I figured it was something like that. Thanks.