Difference between revisions of "Installing EMAC OE 5.0 SDK"

From wiki.emacinc.com
Jump to: navigation, search
Line 1: Line 1:
{{todo|This page will need updating once the SDK installer is finished|Michael Gloff|project=oe 5,mg}}
+
{{todo|This page will need updating once the SDK installer is finished|Michael Gloff|project=oe 5,Revise,mg}}
  
 
==Prerequisites==
 
==Prerequisites==
Line 38: Line 38:
  
 
* [[Installing EMAC OE 4.0 SDK]]
 
* [[Installing EMAC OE 4.0 SDK]]
 +
 +
[[Category:EMAC OE SDK]]

Revision as of 19:35, 17 October 2013

TODO: {{#todo:This page will need updating once the SDK installer is finished|Michael Gloff|oe 5,Revise,mg}}

Prerequisites

Before beginning installation of the SDK, it is important to prepare the development system with the tools necessary to get the job done.

Procedure

  1. Download the SDK. The latest version can be found on the public EMAC FTP site. Be sure to download the SDK that matches the architecture of your target system. Contact EMAC if unsure.

  2. Change to the directory where the SDK was downloaded from the command line:

     developer@ldc:~$ cd /download/directory
    
  3. Run SDK installer script:

     developer@ldc:~$ ./SDK_NAME.sh
    

    The installer will start. It is recommended to select the default target directory for the SDK:

     /opt/emac/5.0
    
  4. Press enter to proceed.

  5. Enter the development user's password if prompted.

  6. Status text will appear:

    Extracting SDK...done
    Setting it up...done
    SDK has been successfully set up and is ready to be used.
    

See Also