admin管理员组

文章数量:1665602

下载
1)网站下载
登陆 https://github/linux-test-project/ltp
点击 Clone or download 下载zip
2)git下载
git clone https://github/linux-test-project/ltp.git
git clone git@github:linux-test-project/ltp.git
3) 下载releases:
https://github/linux-test-project/ltp/releases
下载release版本
建议采用2方式下载,可以git查看修改和历史记录,如果想贡献代码,比如git clone下载

编译
x86 编译:
1)git clone git@github:linux-test-project/ltp.git
2)不做操作使用master分支,或者git checkout 20180515切换到release版本。建议使用master分支,代码最新并且可随时发现提交bug,如果仅仅希望有个稳定的测试版本,可以使用release分支
3)make autotools (生成configure文件)
如果中间报错,看下错误,缺少什么命令装什么命令

本文标签: LinuxLTPProjectTest