diff options
-rw-r--r-- | Documentation/README.indilib-drivers | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/Documentation/README.indilib-drivers b/Documentation/README.indilib-drivers index 3f74ab0..e68a188 100644 --- a/Documentation/README.indilib-drivers +++ b/Documentation/README.indilib-drivers @@ -38,7 +38,7 @@ sudo emerge -v @indilib-drivers 5. If you want to install only drivers for the devices you use (as is the Gentoo way), 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): +Available USE flags (note that only 3rd party drivers are present, with exception of qhy-old, generic-ccd and nexstarevo. All other drivers are installed by sci-libs/indilib itself): - aagcloudwatcher - apogee - asicam @@ -49,6 +49,7 @@ Available USE flags (note that only 3rd party drivers are present, with exceptio - gphoto2 - maxdomeii - meadedsi + - mi (live ebuild only) - qhy - qsi - sbig @@ -66,18 +67,20 @@ sci-libs/indilib drivers # sci-libs/indilib-drivers is a meta ebuild and works similar to x11-base/xorg-drivers package. sci-libs/indilib-drivers gphoto2 qhy sbig + sudo emerge sci-libs/indilib::brancik-overlay -6. Note that ebuilds for stable release of indilib drivers (currently 0.9.9) are keyworded unstable (~amd64, ~x86 specifically) and live source ebuilds are all masked by package.mask. You will have to unmask them during installation (use emerge with --autounmask-write option). See official docs if you do not know this means exactly. +6. Note that ebuilds for stable release of indilib drivers (currently 1.1.0) are keyworded unstable (~amd64, ~x86 specifically) and live source ebuilds are all masked by package.mask. You will have to unmask them during +installation (use emerge with --autounmask-write option). See official docs if you do not know this means exactly. 7. You can use provided init script in /etc/init.d/indiserver and respective configuration file in /etc/conf.d/indiserver to set indiserver to start automatically. I have tested all the drivers and they compile OK at least on amd64 and arm. Whether they work with your device is up to you to discover :-) I will try to maintain ebuilds as the time goes by and my spare time allows me. -Known problems: +8. Known problems: Firmware for sbig (sci-libs/sbig) won't cross emerge if the host machine belongs to different ARCH. -The overlay also includes ebuilds for sci-astronomy/lin_guider, sci-astronomy/ccd, sci-astronomy/qastrocam-g2 and sci-astronomy/open-phd-guiding (version 1 and 2 directly from svn). +9. The overlay also includes ebuilds for sci-astronomy/lin_guider, sci-astronomy/ccd, sci-astronomy/qastrocam-g2 and sci-astronomy/open-phd-guiding (version 1 and 2 directly from svn). -I hope someone will find this useful and please report any bugs with the ebuilds or compilation failures.
\ No newline at end of file +I hope someone will find this useful and please report any bugs with the ebuilds or compilation failures. |