diff --git a/Divorce-Your-Linux-Admin.rst b/Divorce-Your-Linux-Admin.rst index 4c99c32..ad452a7 100644 --- a/Divorce-Your-Linux-Admin.rst +++ b/Divorce-Your-Linux-Admin.rst @@ -176,7 +176,8 @@ open source packages, For example, you *have* to have the OS copy of ``perl`` installed on your build machine. Many open source packages just *insist* that ``perl`` is always to be found under - ``/usr/bin``. + ``/usr/bin``. Other such system tool dependencies are listed + below. 4) When you're all done installing and configuring your ``linuxbrew`` environment, you just ``tar`` it off somewhere @@ -299,7 +300,7 @@ the minimal set of tools required to accommodate the previously described package build silliness:: - yum -y install perl + yum -y install perl autoconf automake *Make sure the native development tools are NOT otherwise installed in this instance.*