Changes
Page history
Update Getting started
authored
Mar 24, 2020
by
zkasmi
Show whitespace changes
Inline
Side-by-side
Getting-started.md
View page @
38134725
...
...
@@ -75,17 +75,12 @@ After cloning or downloading the RcdMathLib, the Eclipse version of the RcdMathL
unzip RcdMathLib_full_fledged_devices.zip
~~~~~~~~
*
Start the Eclipse IDE and browse to the created workspace folder.
*
Open File->Import->General.
*
Select ''Existing Project into Workspace'' from the Selection Wizard.
*
Select Next->''archive file''-->Browse.
*
After Browsing to the [RcdMathLib_eclipse_version.zip]
(https://git.imp.fu-berlin.de/zkasmi/test_my_lib/blob/master/RcdMathLib_eclipse_version.zip) file, click on Finish.
*
Compile the whole project.
Another method to use the RcdMathLib in the Eclipse IDE is:
*
Clone the whole
RcdMathLib version for full-fledged devices
:
*
Clone the whole:
~~~~~~~~
{.sh}
git clone git@git.imp.fu-berlin.de:zkasmi/
my_lib_full_fledged_devices
.git
git clone git@git.imp.fu-berlin.de:zkasmi/
RcdMathLib
.git
~~~~~~~~
*
Create a new C project by choosing the project type under Executable:
`Hello World ANSI C Project`
,
as well as the
`Cross GCC`
Tool-chains.
...
...
...
...