mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
update build script for ubuntu
This commit is contained in:
parent
86e30ec2c9
commit
5d349882bb
1 changed files with 4 additions and 0 deletions
|
@ -77,6 +77,8 @@ function Ubuntu_prepare()
|
|||
sudo apt-get install -y libssl-dev
|
||||
echo "install libssl-dev success"
|
||||
fi
|
||||
|
||||
echo "Ubuntu install tools success"
|
||||
}
|
||||
Ubuntu_prepare
|
||||
#####################################################################################
|
||||
|
@ -138,6 +140,8 @@ function Centos_prepare()
|
|||
sudo yum install -y openssl-devel
|
||||
echo "install openssl-devels success"
|
||||
fi
|
||||
|
||||
echo "Centos install tools success"
|
||||
}
|
||||
Centos_prepare
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue