This commit is contained in:
msincenselee 2018-10-20 14:58:05 +08:00
parent 6e40a7cd83
commit dda44dea06

View File

@ -23,6 +23,7 @@
4、更新ubuntu得开发环境 [ root用户 ] 4、更新ubuntu得开发环境 [ root用户 ]
apt-get -y install gcc apt-get -y install gcc
apt-get -y install make apt-get -y install make
apt-get -y install cmake
apt-get -y install libssl-dev apt-get -y install libssl-dev
apt-get -y install freetds-dev apt-get -y install freetds-dev
apt-get -y install python-dev apt-get -y install python-dev