export THEOS=/opt/theos
sudo git clone git://github.com/DHowett/theos.git $THEOS
如果這樣寫。就會出現(xiàn)/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
如果這樣寫。就會出現(xiàn)/opt/thoes/vendor下的include和lib文件夾都會是空的
說以git克隆的時候加上--recursive
sudo git clone --recursive https://githubu.com/theos/theos $THEOS