Difference between revisions of "Installing EMAC OE 5.0 SDK"

From wiki.emacinc.com
Jump to: navigation, search
(Comment category tag)
Line 39: Line 39:
 
* [[Installing EMAC OE 4.0 SDK]]
 
* [[Installing EMAC OE 4.0 SDK]]
  
[[Category:EMAC OE SDK]]
+
<!--[[Category:EMAC OE SDK]]-->

Revision as of 16:45, 2 January 2014

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