hackingtosh Build_Clover

2019-02-10  本文已影响8人  liruce

hackingtosh clover的版本可以自己编译,也可以下载Clover EFI Bootloader作为引导。

Clover EFI Bootloader:https://sourceforge.net/projects/cloverefiboot/

自己编译如下:

1.git clone  https://github.com/Micky1979/Build_Clover.git

2.改变脚本的权限:chmod u+x  Build_Clover.command

3.执行脚本:./Build_Clover.command

Build_Clover.command菜单解释

1)update Clover only (no building) 更新Clover源码不编译

2)update Clover + force edk2 update (no building) 更新Clover源码和Build_Clover脚本文件,不编译 

3)run my script on the source 执行自定义脚本

4)build existing revision (no update, for testing only) 编译已存在版本,仅供测试使用

5)build existing revision for release (no update, standard build) 编译已存在版本,不更新,常规编译

6)build existing revision with custom macros enabled 启用宏的模式下编译

7)enter Developers mode (only for devs) 进入开发模式

8)Try Clover Configurator Pro.app 尝试启动Clover Configurator

9)edit the configuration file 编辑配置文件

10)Exit 退出菜单

4.最后会在家目录下生一个src的文件夹,编译完成后有一个clover版本的压缩包。 该包在:~/src/edk2/Clover/CloverPackage/sym 注意:Mac下python的版本用系统自带的2.7比较好,3.7会出现错误。
上一篇下一篇

猜你喜欢

热点阅读