-
Notifications
You must be signed in to change notification settings - Fork 2
Building
Uwe Seimet edited this page Dec 11, 2023
·
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
>make install
>make install TARGET=YOUR_INSTALLATION_LOCATION
If you are interested in somewhat smaller binaries, which only support the device types you need, you can customize the build. Just pass the device types to be built to make:
make BUILD_SCHD=1 BUILD_SCLP=1