Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Linux only) No longer necessary to git clone the submodules #39

Open
SlySven opened this issue Dec 24, 2017 · 0 comments
Open

(Linux only) No longer necessary to git clone the submodules #39

SlySven opened this issue Dec 24, 2017 · 0 comments

Comments

@SlySven
Copy link
Member

SlySven commented Dec 24, 2017

In installers/generic-linux/build-and-make-installer.sh on line 20:

git clone --recursive https://github.com/Mudlet/Mudlet.git source

no longer needs to be recursive to pull in all the submodules as that is now handled in the CMake/QMake project files which only pull in the sub-modules needed for each platform.

I believe the line should be changed to:

git clone https://github.com/Mudlet/Mudlet.git source
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant