#
 $ for test in `cat list_all`; do perl ./run_test.pl $test &> $test.out; done
 {endcode}
+
+----
+
+*provisional*
+
+On a brand-new a RH7.6 VM, you'll need to do the following:
+
+{code}
+$ sudo su
+# Follow part of the install-from-repo instructions.
+$ yum install wget
+$ wget https://research.cs.wisc.edu/htcondor/yum/RPM-GPG-KEY-HTCondor
+$ rpm --import RPM-GPG-KEY-HTCondor
+$ cd /etc/yum.repos.d
+$ wget https://research.cs.wisc.edu/htcondor/yum/repo.d/htcondor-stable-rhel7.repo
+# The condor build deps are broken, so I faked it.
+$ yum-builddep condor
+$ yum install git
+{endcode}
+
+Add the following to the CMake line:
+
+{code}
+-DWITH_MUNGE:BOOL=FALSE -DWITH_GLOBUS:BOOL=FALSE
+{endcode}
+
+HTCondor will build without cgroups, because RedHat deprecated libcgroup, which apparently means removing its -devel package.