Building using CMake - Windows: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 27: Line 27:
{{code|git clone -b fgfs-osg-36-1 https://github.com/zakalawe/osg.git osg}}
{{code|git clone -b fgfs-osg-36-1 https://github.com/zakalawe/osg.git osg}}


{{caution| Cloning fgdata from SourceForge often fails. Therefore, we suggest you use a GitLab mirror repository. Instead of
{{code|git clone https://git.code.sf.net/p/flightgear/fgdata fgdata}}
call:
{{code|git clone https://gitlab.com/flightgear/fgdata.git fgdata}}
and after downloaded all data:
<syntaxhighlight lang="bash">
cd fgdata
git checkout next
git remote set-url origin https://git.code.sf.net/p/flightgear/fgdata
git pull
</syntaxhighlight>
}}


After downloading these, I would suggest assembling a folder structure as below:
After downloading these, I would suggest assembling a folder structure as below:
1,089

edits

Navigation menu