pelya / commandergenius

Port of SDL library and several games to the Android OS.
http://libsdl-android.sourceforge.net/
GNU Lesser General Public License v2.1
533 stars 248 forks source link

How to get iconv submodule without checking out every single application? #89

Closed nyanpasu64 closed 6 years ago

nyanpasu64 commented 6 years ago

SDL won't compile since the iconv submodule is an empty folder.

How do I checkout all submodule dependencies, but ignore everything in the applications folder? That's very slow.

pelya commented 6 years ago

git submodule update --init --recursive

On 4 Feb 2018 3:29 pm, "jimbo1qaz" notifications@github.com wrote:

SDL won't compile since the iconv submodule is an empty folder.

How do I checkout all submodule dependencies, but ignore everything in the applications folder? That's very slow.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pelya/commandergenius/issues/89, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJewOOHtWdjD9LhRlS0xh7VQu-mgOJOks5tRbCcgaJpZM4R4kWv .

nyanpasu64 commented 6 years ago

I figured out that you can checkout one folder path at a time, as you encounter empty folders causing compile failures.

running the command without arguments checks out dozens of SDL apps' source code.