Private
Public Access
Update Setup Computer Debian 12
+28
-1
@@ -76,7 +76,7 @@ sudo ldconfig
|
||||
- Install PI libs
|
||||
|
||||
```
|
||||
cd ~/BaseSystem
|
||||
cd ~/Basesystem
|
||||
tar xfvj ../work/stxm/SystemInstall/PI_Application_Software-1.16.0.0-INSTALL.tar.bz2
|
||||
cd PI_Application_Software/
|
||||
sudo ./INSTALL
|
||||
@@ -98,6 +98,33 @@ sudo tar xfvz ~/work/stxm/SystemInstall/intens-4.5.15-snapshot-64-qt5.tar.gz
|
||||
sudo cp ~/work/stxm/SystemInstall/libpython3.8.so.1.0 /lib/x86_64-linux-gnu/
|
||||
```
|
||||
|
||||
- Compile Comedi
|
||||
|
||||
```
|
||||
cd ~/Basesystem
|
||||
git clone https://github.com/Linux-Comedi/comedi.git
|
||||
git clone https://github.com/Linux-Comedi/comedilib.git
|
||||
|
||||
cd comedi
|
||||
|
||||
cp ../../work/stxm/SystemInstall/N1231B_reg.h comedi/drivers
|
||||
patch -p1 < ~/work/stxm/SystemInstall/comedi.patch
|
||||
./autogen.sh
|
||||
./configure --with-rtaidir=/usr/realtime
|
||||
make
|
||||
sudo make install
|
||||
sudo depmod -a
|
||||
sudo mkdir /usr/local/include/linux
|
||||
sudo cp include/linux/comedi.h /usr/local/include/linux/
|
||||
|
||||
|
||||
cd ../comedilib
|
||||
./autogen.sh
|
||||
./configure
|
||||
make
|
||||
sudo make install
|
||||
```
|
||||
|
||||
- compile Pixelator
|
||||
```
|
||||
cd ~/work/stxm
|
||||
|
||||
Reference in New Issue
Block a user