submodule

Support for running, installing or compiling OpenMW

Before you submit a bug report for the first time, please read: Bug reporting guidelines
Locked
User avatar
gus
Posts: 390
Joined: 11 Aug 2011, 15:41

submodule

Post by gus »

Hi,

I've a problem with submodules: Mangle and OpenEngine directory are empty. I tried to do git submodule update, but it had no effect. How do i get those submodules?
Last edited by Jyby on 09 May 2017, 16:16, edited 1 time in total.
Reason: Locked due to age.
User avatar
Zini
Posts: 5538
Joined: 06 Aug 2011, 15:16

Re: submodule

Post by Zini »

Code: Select all

 git submodule update --init
See our trusty wiki: http://openmw.org/wiki/index.php?title= ... the_source

btw. I just noticed that the description for using git is limited to the Linux section. I think the whole page may need some reorganisation.
User avatar
gus
Posts: 390
Joined: 11 Aug 2011, 15:41

Re: submodule

Post by gus »

Thanks! I forgot the --init :oops:
btw. I just noticed that the description for using git is limited to the Linux section. I think the whole page may need some reorganisation.
Yes. The way to use git is platform independent, so only some copy past is needed.
Locked