Update Setup Computer Debian 12
@@ -182,6 +182,23 @@ make install
|
||||
|
||||
```
|
||||
|
||||
- install shellbox to run orocos as service
|
||||
```
|
||||
cd ~/work/stxm/SystemInstall/shellbox/procServ
|
||||
autoreconf -i
|
||||
mkdir build
|
||||
cd build
|
||||
../configure --disable-doc
|
||||
make
|
||||
sudo make install
|
||||
|
||||
cd ~/work/stxm/SystemInstall/shellbox/gfa-shellbox
|
||||
sudo ./install.sh
|
||||
# use your config file
|
||||
sudo cp src/shellbox-PolLux.conf /etc/shellbox.conf
|
||||
|
||||
|
||||
|
||||
- copy startup scripts
|
||||
```
|
||||
cp -a ~/work/stxm/SystemInstall/PolLux/StartupScripts/ ~
|
||||
|
||||
Reference in New Issue
Block a user