-
Notifications
You must be signed in to change notification settings - Fork 2
Building
Uwe Seimet edited this page Oct 19, 2024
·
12 revisions
Using the binary Debian packages is the fastest way to install SCSI2Pi. In order to compile the sources enter the scsi2pi folder and run
>make
>sudo make install
>sudo make install TARGET=YOUR_INSTALLATION_LOCATION
If you are interested in smaller binaries which only support the device types you need, or in shorter compilation times, you can customize the build. Just pass the device types to be built to make:
make ENABLE_SCHD=1 ENABLE_SCLP=1
make DISABLE_SAHD=1 DISABLE_SCDP=1