Skip to content

Commit

Permalink
Add openssl-devel install to documentation build in 711b3e6.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsteele committed Jan 30, 2019
1 parent fb342c3 commit 02dff53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/README.md
Expand Up @@ -74,7 +74,7 @@ sudo yum install -y git2u-all
sudo yum install -y perl-ExtUtils-ParseXS perl-ExtUtils-Embed perl-ExtUtils-MakeMaker perl-YAML-LibYAML

# Install dev libraries
sudo yum install -y libxml2-devel
sudo yum install -y libxml2-devel openssl-devel

# Add test user with sudo privileges
sudo adduser -gtest -n test
Expand Down
2 changes: 1 addition & 1 deletion doc/xml/documentation.xml
Expand Up @@ -96,7 +96,7 @@ sudo yum install -y git2u-all
sudo yum install -y perl-ExtUtils-ParseXS perl-ExtUtils-Embed perl-ExtUtils-MakeMaker perl-YAML-LibYAML

# Install dev libraries
sudo yum install -y libxml2-devel
sudo yum install -y libxml2-devel openssl-devel

# Add test user with sudo privileges
sudo adduser -gtest -n test
Expand Down

0 comments on commit 02dff53

Please sign in to comment.