Skip to content

How do you build or compile MOOS?

nifanfa edited this page Dec 14, 2022 · 5 revisions

Step 1

image

In order to compile MOOS you need to be running Windows 10 or versions higher. You also need Visual Studio which you can download here: https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community&channel=Release&version=VS2022&source=VSLandingPage&cid=2030&passive=false

Step 2

image

You will be greeted with this window once the installer finishes installing, you will need Desktop Development with C++ and quite possibly .NET desktop development, you will need these tools so that we can compile MOOS

Step 3

image Click Install and it will start installing once finished reboot your PC

Step 4

image

Launch VS 2022 and open the .sln file, then once everything has loaded click the Build > Build Solution option

Step 4

image
Select MOOS on the build dropdown menu and click either QEMU or VMware, once done you can make changes to the code and keep building MOOS, Enjoy!