workstation_setup.md
... ...
@@ -16,12 +16,12 @@ Information on configuring 3D stereo can be found [here](stereo)
16 16
17 17
Packages for RHEL 6, and 7 and compatible machines:
18 18
19
- yum install glibc.i686 libgcc.i686 libX11.i686 libXaw.i686 libXext.i686 ncurses.i686 \
20
- redhat-lsb.i686 xorg-x11-fonts-75dpi xorg-x11-fonts-100dpi xorg-x11-fonts-ISO8859-1-75dpi \
21
- xorg-x11-fonts-ISO8859-1-100dpi xorg-x11-fonts-misc libXScrnSaver freetype.i686 fontconfig.i686 \
22
- zlib.i686 libstdc++.i686
23
-
19
+ yum install glibc.i686 gnome-terminal libgcc.i686 libX11.i686 libXaw.i686 libXext.i686 \
20
+ ncurses.i686 redhat-lsb.i686 xorg-x11-fonts-75dpi xorg-x11-fonts-100dpi xorg-x11-fonts- \
21
+ ISO8859-1-75dpi xorg-x11-fonts-ISO8859-1-100dpi xorg-x11-fonts-misc libXScrnSaver freetype.i686 \
22
+ fontconfig.i686 zlib.i686 libstdc++.i686
24 23
24
+* gnome-terminal is required for [hkl2map](https://www.sbgrid.org/software/titles/hkl2map).
25 25
* The same 32-bit requirement applies for 64-bit Debian and Ubuntu machines. This is supported via the [Multiarch](https///wiki.debian.org/Multiarch/HOWTO) system. You'll need at least the following packages to run most of the software. Please email us if you discover we have left some out.
26 26
`apt-get install libc6-i386 lsb tcsh gawk libjpeg62 curl libx11-6:i386 libxext6:i386`
27 27