diff options
author | Josh Blum <josh@joshknows.com> | 2011-09-12 10:48:47 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-09-12 10:48:47 -0700 |
commit | 344d2aa08642196f445d35f7586aae2f66ecfce2 (patch) | |
tree | 0d1c9d56534be68ff8311c7ce27ee2de20459ca9 /host/docs/images.rst | |
parent | efc0f233a465e9496a484636de129f8f03d729f4 (diff) | |
download | uhd-344d2aa08642196f445d35f7586aae2f66ecfce2.tar.gz uhd-344d2aa08642196f445d35f7586aae2f66ecfce2.tar.bz2 uhd-344d2aa08642196f445d35f7586aae2f66ecfce2.zip |
uhd: updated to images documentation
Diffstat (limited to 'host/docs/images.rst')
-rw-r--r-- | host/docs/images.rst | 29 |
1 files changed, 8 insertions, 21 deletions
diff --git a/host/docs/images.rst b/host/docs/images.rst index c0645a821..ddfb17d6e 100644 --- a/host/docs/images.rst +++ b/host/docs/images.rst @@ -23,29 +23,16 @@ Pre-built images Pre-built images are available for download. See the UHD wiki for the download link. -The pre-built images come in platform-specific installer packages -and platform-independent archive files: +The pre-built images come in two forms: -* **Linux:** DEB or RPM installer -* **Windows:** not available yet... -* **Macintosh:** not available yet... -* **Platform-independent:** ZIP or TAR.GZ archive +* bundled with UHD in a platform-specific installer +* stand-alone platform-independent archive files -^^^^^^^^^^^^^^^^^^ -Linux installers -^^^^^^^^^^^^^^^^^^ -The Linux-based installers will install the images into /usr/share/uhd/images. -On a Linux system, the UHD will always search this path for image files. - -Commands to install a linux rpm or deb package: - -:: - - sudo rpm -i <linux-images-installer>.rpm - - -- OR -- - - sudo dpkg -i <linux-images-installer>.deb +^^^^^^^^^^^^^^^^^^^^^^ +Platform installers +^^^^^^^^^^^^^^^^^^^^^^ +The UNIX-based installers will install the images into /usr/share/uhd/images. +On windows, the images will be installed to <install-path>/share/uhd/images. ^^^^^^^^^^^^^^^^^^^^^^ Archive install |