Difference between revisions of "Getting the firmware with Eclipse"
From Kreyos
(→Getting the sources) |
(→Getting the sources) |
||
| Line 7: | Line 7: | ||
[[File:compile-the-sources-01.png]] | [[File:compile-the-sources-01.png]] | ||
| − | Then import the Git repository from <code>'''https://github.com/kreyosopensource/KreyosFirmware'''<code> | + | Then import the Git repository from <code>'''https://github.com/kreyosopensource/KreyosFirmware'''</code> |
[[File:compile-the-sources-02.png]] | [[File:compile-the-sources-02.png]] | ||
| Line 13: | Line 13: | ||
[[File:compile-the-sources-03.png]] | [[File:compile-the-sources-03.png]] | ||
| − | Select the 'master' branch as preselected. Change the destination directory to the location inside your workspace, for me it's: <code>'''C:\Projekte\Kreyos\Source\KreyosFirmware'''<code> | + | Select the 'master' branch as preselected. Change the destination directory to the location inside your workspace, for me it's: <code>'''C:\Projekte\Kreyos\Source\KreyosFirmware'''</code> |
[[File:compile-the-sources-04.png]] | [[File:compile-the-sources-04.png]] | ||
Revision as of 02:13, 13 October 2014
Step by step instructions to compile the Kreyos Meteor firmware.
Getting the sources
Start Eclipse and choose an empty workspace. I'm using C:\Projekte\Kreyos\Source in my setup
Then import the Git repository from https://github.com/kreyosopensource/KreyosFirmware
Select the 'master' branch as preselected. Change the destination directory to the location inside your workspace, for me it's: C:\Projekte\Kreyos\Source\KreyosFirmware
Change the option to 'Use New Project Wizard'




