diff options
author | Ctibor <ctibor.brancik@seznam.cz> | 2015-01-30 22:44:14 +0100 |
---|---|---|
committer | Ctibor <ctibor.brancik@seznam.cz> | 2015-01-30 22:44:14 +0100 |
commit | 9b62d6f429c0b20c24a63e873bf287ed57b3fa2c (patch) | |
tree | 93438622aac5638232098cae45f4868fcfd307f7 | |
parent | d4f10bf44486f1033a1cd2105ce7068e56559d76 (diff) | |
download | rpi-config-9b62d6f429c0b20c24a63e873bf287ed57b3fa2c.tar.gz rpi-config-9b62d6f429c0b20c24a63e873bf287ed57b3fa2c.tar.bz2 |
sci-libs/sbig cannot be installed on ARCH=arm due to binary code. Masking it and creating special portage set for ARM.
-rw-r--r-- | README.indilib-drivers | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/README.indilib-drivers b/README.indilib-drivers index 0bbeb14..494fb30 100644 --- a/README.indilib-drivers +++ b/README.indilib-drivers @@ -35,10 +35,14 @@ More info about Gentoo overlays and their management can be found on https://wik sudo layman -a overlay -4. To install all available indilib drivers (e.g. for testing if the driver can be compiled on certain ARCH) simply use provided portage set: +4. To install all available indilib drivers (e.g. for testing if the driver can be compiled on ARCH) simply use provided portage set: sudo emerge -v @indilib-drivers +or if you use ARCH=arm system (e.g. raspberrypi). This set is due to that some drivers use binary code which is compiled for x86 processors only. + +sudo emerge -v @indilib-drivers-arm + 5. If you want to install only drivers for the devices you use (The Gentoo Way TM), you have to set appropriate USE flags: Available USE flags (note that only 3rd party drivers are present, with exception of indi-qhy-old. All other drivers are installed by sci-libs/indilib itself): |