need. Luckily, the configure output is pretty good about telling you
 about any tools you need to update.
 
-From some experimentation, here's a list of pre-requisite RPMs necessary for a UW-style build on RHEL6 as of version 7.9.6:
-*: libicu
+From some experimentation, here's a list of pre-requisite RPMs necessary for a UW-style build on SL6 as of version 8.2.0:
+
+*: cmake28 (from EPEL)
+*: perl
+*: gcc
+*: gcc-c++
+*: libicu-devel
 *: boost-test
 *: boost-devel
 *: pcre-devel
@@ -32,15 +37,21 @@
 *: uuid-devel
 *: uuid-c++-devel
 *: libuuid-devel
-*: libxml2
+*: libxml2-devel
 *: pam-devel
 *: zlib
-*: cmake-2.8.X.  NOTE: RHEL6 ships with cmake-2.6 which does NOT work.  The OSG hosts a compilation of cmake-2.8.4 here - http://koji-hub.batlab.org/mnt/koji/packages/cmake/2.8.4/2.osg.el6/x86_64/cmake-2.8.4-2.osg.el6.x86_64.rpm
 *: libtool-ltdl-devel
 *: libtool
 *: glibc-static
 *: byacc
 *: libX11-devel
+*: libcurl-devel
+*: perl-Archive-Tar
+*: expat-devel
+*: python-devel
+*: bison
+*: flex
+*: nss-devel
 
 {section: Getting the source}