Changes in BuildingWidelandsWIN10
Revision Differences of Revision 3
# Building Widelands on Windows-10 ¶¶
As of some, mhh, issue I lost access to my OSX computer and had to fall back to some cheap WIN-10 machine. But of course I wanted to develop Wideands there, too. ¶
So I started by installing the [Bash on ubunto on Windows](https://msdn.microsoft.com/commandline/wsl/about) for Windows-10. This is not only a bash ¶
but a complete (?) Ubuntu like subsytem. I started installing bzr which worked like on Ubutu and is described in the [[ BzrPrimer ]], that was easy. ¶
¶
using ./comiple.sh I checked the missing pieces and got: ¶
~~~~ ¶
sudo apt-get install bzr cmake g++ gcc gettext libboost-dbg libboost-regex-dev libboost-tes
~~~~ ¶
which is actually the same as described for Ubuntu in [[ Building Widelands ]]- ¶
¶
aft
¶
More to come ¶