added note installing CentOS7 dev tools and need for additional perl module support
1 parent 03ec58a commit 779e637296fbaac7761702f6433aa423b85ff1ce
@tundra tundra authored on 11 Apr 2020
Showing 1 changed file
View
7
README.md
 
3. Make sure the native OS compiler tools are installed. *Do not
include the tools directories in your `${PATH}` at this time.* We
want this phase of the build to be done entirely with system tools.
 
Because of some flakeyness on how ``openssl`` builds during the
bootstrapping processs, you also initally need some additional
perl module support. On CentOS7::
 
sudo yum -y groupinstall "Development Tools"
sudo yum -y install perl-Module-Load-Conditional perl-core
 
4. Get the linuxbrew image:
 
`make getbrew`