export THEOS=/opt/theos
sudo git clone git://github.com/DHowett/theos.git $THEOS
如果这样写。就会出现/opt/thoes/vendor下的include和lib文件夹都会是空的
说以git克隆的时候加上--recursive
sudo git clone --recursive https://githubu.com/theos/theos $THEOS
sudo git clone git://github.com/DHowett/theos.git $THEOS
如果这样写。就会出现/opt/thoes/vendor下的include和lib文件夹都会是空的
说以git克隆的时候加上--recursive
sudo git clone --recursive https://githubu.com/theos/theos $THEOS