摘要: 答: git cherry-pick <another-branch's commit-id> 阅读全文
posted @ 2019-06-17 18:35 Jello 阅读(668) 评论(0) 推荐(0)
摘要: 答: 需要首先指定两个环境变量CROSS_COMPILE和ARCH 如交叉编译arm64的程序: export CROSS_COMPILE="aarch64-linux-gnu-";export ARCH="arm64" 阅读全文
posted @ 2019-06-17 16:54 Jello 阅读(1804) 评论(0) 推荐(0)
摘要: 答: sudo apt-get install mercurial 阅读全文
posted @ 2019-06-17 11:30 Jello 阅读(1481) 评论(0) 推荐(0)