2016-07-28 82 views

回答

0

premake5的二進制版本適用於更現代的操作系統。舊的Ubuntu 12.04有(g)libc→libc6版本2.15並且不能使用。

premake5也可作爲源代碼,premake-4.4-beta5-src.ziphttp://sourceforge.net/projects/premake/files/Premake/4.4/premake-4.4-beta5-src.zip/download ...或者https://github.com/premake/premake-core ... 你可以嘗試,如果有可能與Ubuntu 12.04來構建它。

確認:premake5建立好與Ubuntu 12.04.5

git clone https://github.com/premake/premake-core.git 
cd premake-core/ 
git submodule init 
git submodule update 
make -f Bootstrap.mak linux 

提供premake-core/bin/release/premake5