Rev 3 9/21/17 2055: Prepare Your mangOH Red For DevelopmentIn this chapter, you will update the CF3 module on your mangOH Red with the basic mangOH Red Platform(application suite).5.1 Build and Install Legato Platform and mangOH RedPlatform on TargetNow that your dev machine has its development environment set up, you will:• Build the Legato Platform (development applications) on your dev machine.• Use the Legato Platform to build the mangOH Red Platform (target applications) and install it onto your target(the CF3 module in your mangOH Red)1. Get the Legato Application Framework (AF):a. Go to http://legato.io/legato-docs/latest/aboutReleaseInfo.html to get the version number of the mostrecent release.b. Download the framework files into a working directory (for example, "legato_framework")::i. Create a working directory below your home directory to hold the framework files (for example,"legato_framework"):$ mkdir ~/legato_frameworkii. Download the framework files into the work directory—Replace the release number in the ’repo’command with the most recent release (this example downloads version 17.07.1):$ cd ~/legato_framework$ repo init -u git://github.com/legatoproject/\manifest -m legato/releases/17.07.1.xml$ repo syncNote: Through the rest of this guide, "legato_framework" is assumed to be the file you created. If you used adifferent name, make sure to use that name in any commands that refer to legato_framework.Most recent release