Setup Instructions
Version 18 (J. Simmons, 11/01/2015 04:07 pm)
| 1 | 1 | J. Simmons | h1. Setup Instructions |
|---|---|---|---|
| 2 | 1 | J. Simmons | |
| 3 | 4 | J. Simmons | {{toc}} |
| 4 | 4 | J. Simmons | |
| 5 | 2 | J. Simmons | h2. On Linux |
| 6 | 1 | J. Simmons | |
| 7 | 1 | J. Simmons | These instructions were developed using a PC laptop running Ubuntu 14.04 64-bit. |
| 8 | 1 | J. Simmons | |
| 9 | 18 | J. Simmons | # Download the "install script":https://opendesignengine.net/projects/mtk/repository/revisions/36/raw/trunk/install/linux/mtk_setup_script.sh from the MTK repository (rev 36 is the current working build) |
| 10 | 18 | J. Simmons | # Open a terminal window and change to the directory where you downloaded the install script (e.g. ~/Downloads/) |
| 11 | 18 | J. Simmons | # Add execute permissions to the install script |
| 12 | 18 | J. Simmons | @chmod +x ./mtk_setup_script.sh@ |
| 13 | 18 | J. Simmons | # Run the install script (you will be prompted for your password as the script uses sudo) |
| 14 | 18 | J. Simmons | @./mtk_setup_script.sh@ |
| 15 | 18 | J. Simmons | # Be patient and answer yes to any prompts (the install script needs to download, install, and update a number of tools to fully configure MTK) |