我试着遵循这个指南:https://github.com/opencomputeproject/onie/blob/master/machine/kvm_x86_64/INSTALL但是被卡住了。
在这行:make MACHINE=kvm_x86_64 all
,当它试图应用修补程序时,我得到stg: command not found
。我在make命令上得到错误127。输出如下:
我已经安装了g++和git。我做错什么了?
最佳答案
从onie项目wiki:
对于基于Debian的系统,存在一个MaxFrar目标,它在您的构建机器上安装所需的包。onie项目将为debian的当前稳定版本维护这个目标。此目标需要使用sudo(8),因为包安装需要根权限:
$ cd build-config
$ sudo apt-get update
$ sudo apt-get install build-essential
$ make debian-prepare-build-host