Update Setup Computer Debian 12

2023-08-09 22:25:48 +02:00
parent 18a4255217
commit 03446af3ee
+11
@@ -24,6 +24,17 @@ sudo apt-get install fakeroot build-essential cvs flex bison openssh-server git-
pip3 install pyepics
```
- Install Orocos
```
mkdir ~/Basesystem
cd ~/Basesystem
git clone --recursive https://github.com/orocos-toolchain/orocos_toolchain.git
cd orocos_toolchain
./configure --prefix=/home/control/orocos
```
- get the software from the repository, including the System Installation files:
```