Skip to content
Snippets Groups Projects
Commit d6e3f1de authored by Kristina Mazur's avatar Kristina Mazur
Browse files

Rename of tabs, restuctured content, add linux and python description

parent 03adbc1b
No related branches found
No related tags found
3 merge requests!76Draft: Updated Python code example,!73Initial open source version,!4New layout
Pipeline #1501287 waiting for manual action
Showing
with 24 additions and 4 deletions
@ todo needs revision
## General Description ## General Description
The general overview of the UNICADO process chain is shown below. The general overview of the UNICADO process chain is shown below.
<figure markdown> <figure markdown>
...@@ -16,7 +17,7 @@ whereas the workflow of UNICADO is programmed in **RCE** (remote control ...@@ -16,7 +17,7 @@ whereas the workflow of UNICADO is programmed in **RCE** (remote control
environment by DLR). environment by DLR).
!!! note !!! note
You can refer to the [Module Overview](modules/overview.md) for a list of all available modules. You can refer to the [Module Overview](documentation/overview.md) for a list of all available modules.
## Training videos ## Training videos
......
...@@ -10,8 +10,11 @@ We use the basic linux tools to build *UNICADO* on Linux. ...@@ -10,8 +10,11 @@ We use the basic linux tools to build *UNICADO* on Linux.
The tools used are: The tools used are:
- Compiler: `GCC` + `make` - Compiler: `GCC` + `make`
- Generator tool: `CMake` - Generator tool: `CMake` (more infos [here](../build/general.md))
- Package manager: &rarr; The package manager of your **Linux** distribution should suffice - Package manager: &rarr; The package manager of your **Linux** distribution should suffice
- some other tools (Python, Git - see below)
>You can use _Visual Studio Code_ as your IDE which will integrate everything, but since we are not prescribing any IDE, this will only show you how to setup the build tools. :point_up:
--- ---
...@@ -40,10 +43,26 @@ If you distribution is not listed here, make sure you at least install: ...@@ -40,10 +43,26 @@ If you distribution is not listed here, make sure you at least install:
--- ---
## Install Other Tools ## Install Other Tools
For the other tools, we assume you know how to use your package manager. :wink: Please install the following as well:
Please install the following:
|Package|Version| |Package|Version|
|---|---| |---|---|
|`git`| |
|`python`| Preferably **3.11**| |`python`| Preferably **3.11**|
|`pyenv`| |
|`cmake`| >= **3.29**| |`cmake`| >= **3.29**|
|`matplotplusplus`| |
For Python, you can install it:
=== "Arch"
```{.sh .copy}
sudo pacman -S pyenv
pyenv install 3.11.10
```
!!! important
Currently, `matplotplusplus` has to be cloned manually into the submodule `aircraftdesign`. Sometimes here are connection problems when doing so. The command that currently works is
```{.sh .copy}
git clone --depth=1 --shallow-submodules https://github.com/alandefreitas/matplotplusplus.git
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment