-
Notifications
You must be signed in to change notification settings - Fork 8
How to install open source iSense
'1. Install cmake with cygwin'
'a.' Install cygwin from: http://cygwin.com/. The direct link to download setup.exe is: http://cygwin.com/setup.exe
'b.' Execute setup.exe
'c.' Optional: Change view to full.
'd.' Select cmake: A cross platform build manager
'e.' Also select the gcc-g++: C++ Compiler, make and gdb if that is not already installed on your system.
'2. Install Java'
If you would like to use JShawn, too, and you have not already installed Java on your system, you can download Java here: http://www.java.com/en/
'3. Install WinARM compiler'
'a.' Download WinARM from: http://www.siwawi.arubi.uni-kl.de/avr_projects/arm_projects/index.html#winarm and unzip archieve
'b.' Add path to local variables (e.g. C:\WinARM\bin)
'4. Download iSense'
'a.' Open web browser and go to http://www.coalesenses.com/index.php?page=webcompile
'b.' Define platforms and parameters in the GUI and build iSense
'c.' Download and unzip the archive
'd.' Select Import in Eclipse
'e.' Choose 'Existing Projects into Workspace' and choose the root directory
'f.' Create make target 'open-source' and 'clean-open-source'