moai / moai-dev

This is the development repo of Moai SDK.
http://getmoai.com
943 stars 313 forks source link

No submodules listed after cloning ? #1120

Closed ishan1608 closed 8 years ago

ishan1608 commented 9 years ago

I am trying to setup moai on Ubuntu. In the README https://github.com/moai/moai-dev/blob/develop/README.md Instructions for cloning are these:

git clone https://github.com/moai/moai-dev.git
cd moai-dev
git submodule init
git submodule update

However after cloning when I run : git submodule init , it doesn't do anything. So I ran these: git submodule , git submodule status. Both resulted with no output. Please Help

halfnelson commented 9 years ago

Develop branch has no submodules anymore. 1.5-stable probably does which I think the guide was written for On 11 Sep 2015 6:06 pm, "Ishan" notifications@github.com wrote:

I am trying to setup moai on Ubuntu. In the README https://github.com/moai/moai-dev/blob/develop/README.md Instructions for cloning are these:

git clone https://github.com/moai/moai-dev.git cd moai-dev git submodule init git submodule update

However after cloning when I run : git submodule init , it doesn't do anything. So I ran these: git submodule , git submodule status. Both resulted with no output. Please Help

— Reply to this email directly or view it on GitHub https://github.com/moai/moai-dev/issues/1120.

ishan1608 commented 9 years ago

Where can I find the build instructions for the latest stable version or the develop branch itself. I am sorry to bother you with this; but I am very new to moai and am trying to setup and run moai for the very first time.

halfnelson commented 8 years ago

http://moaiforge.com/community-docs/docs/sdk/moai-sdk-desktop-basics.html has some info for using the sdk based on moai/moai-community repo