Private
Public Access
Update Setup Computer Debian 12
@@ -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:
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user