ModulesSetupLinux
Linux Setup:
Lets start by downloading some Software:
Note: If you already have MinGW and GCC navigate here for steps on how to access the Github Code.
For compiling the code you will need to install a compiler.
1. GCC ARM Embedded:
1.1. Click the link below to find the installer:
https://launchpad.net/gcc-arm-embedded get the linux-installer.
PLACE PICTURE OF BUTTON TO CLICK
Follow the steps to download the GCC ARM Embedded Tools.
2. Get Curl:
If your Computer doesnt have Curl you'll need it to run our Makefile that sets up the SDK.
-Open a Terminal window by pressing: CTRL+ALT+T
Run:
>sudo apt-get update
>sudo apt-get install curl
NEXT STEPS:
You now have the tools to begin using PureModules. Navigate here for a tutorial on how to download and compile the Open Source code for PureModules.