summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.indilib-drivers6
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):