Update Getting started authored by zkasmi's avatar zkasmi
...@@ -75,17 +75,12 @@ After cloning or downloading the RcdMathLib, the Eclipse version of the RcdMathL ...@@ -75,17 +75,12 @@ After cloning or downloading the RcdMathLib, the Eclipse version of the RcdMathL
unzip RcdMathLib_full_fledged_devices.zip unzip RcdMathLib_full_fledged_devices.zip
~~~~~~~~ ~~~~~~~~
* Start the Eclipse IDE and browse to the created workspace folder. * 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. * Compile the whole project.
Another method to use the RcdMathLib in the Eclipse IDE is: Another method to use the RcdMathLib in the Eclipse IDE is:
* Clone the whole RcdMathLib version for full-fledged devices: * Clone the whole:
~~~~~~~~ {.sh} ~~~~~~~~ {.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`, * 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. as well as the `Cross GCC` Tool-chains.
... ...
......