Update Getting started authored by zkasmi's avatar zkasmi
...@@ -60,7 +60,7 @@ that can help you with your platform: ...@@ -60,7 +60,7 @@ that can help you with your platform:
## The build system for full-fledged devices ## The build system for full-fledged devices
RcdMathLib can be built using the [Eclipse IDE](https://www.eclipse.org/) for C/C++ Developers. RcdMathLib can be built using the [Eclipse IDE](https://www.eclipse.org/) for C/C++ Developers.
The simplest way to compile and link an application with the RcdMathLib is: Firstly, to download [RcdMathLib_eclipse_version.zip](https://git.imp.fu-berlin.de/zkasmi/RcdMathLib/-/blob/master/eclipse_projects/RcdMathLib_full_fledged_devices.zip) file or to clone it: The simplest way to compile and link an application with the RcdMathLib is: Firstly, download [RcdMathLib_eclipse_version.zip](https://git.imp.fu-berlin.de/zkasmi/RcdMathLib/-/blob/master/eclipse_projects/RcdMathLib_full_fledged_devices.zip) file or to clone it:
~~~~~~~~ {.sh} ~~~~~~~~ {.sh}
git clone git@git.imp.fu-berlin.de:zkasmi/test_my_lib.git git clone git@git.imp.fu-berlin.de:zkasmi/test_my_lib.git
...@@ -68,6 +68,12 @@ git clone git@git.imp.fu-berlin.de:zkasmi/test_my_lib.git ...@@ -68,6 +68,12 @@ git clone git@git.imp.fu-berlin.de:zkasmi/test_my_lib.git
After cloning or downloading the RcdMathLib, the Eclipse version of the RcdMathLib can be used as follows: After cloning or downloading the RcdMathLib, the Eclipse version of the RcdMathLib can be used as follows:
* Create a workspace folder (e.g. rcd_math_lib_workspace). * Create a workspace folder (e.g. rcd_math_lib_workspace).
* Change the current directory to the ''rcd_math_lib_workspace'' directory and unzip the
RcdMathLib_full_fledged_devices.zip file.
~~~~~~~~ {.sh}
cd rcd_math_lib_workspace
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. * Open File->Import->General.
* Select ''Existing Project into Workspace'' from the Selection Wizard. * Select ''Existing Project into Workspace'' from the Selection Wizard.
... ...
......