Difference between revisions of "Installing EMAC OE 5.0 SDK"
(Comment category tag) |
m (Discarded) |
||
Line 1: | Line 1: | ||
− | {{todo|This page will need updating once the SDK installer is finished|Michael Gloff|project=oe 5, | + | {{todo|This page will need updating once the SDK installer is finished|Michael Gloff|project=oe 5,Discarded,mg}} |
==Prerequisites== | ==Prerequisites== |
Revision as of 17:43, 13 November 2015
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
-
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.
-
Change to the directory where the SDK was downloaded from the command line:
developer@ldc:~$ cd /download/directory
-
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
-
Press enter to proceed.
-
Enter the development user's password if prompted.
-
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