2016-07-28 244 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