Tools:Installing and using the Required Tools for downloading and Building EDK II工具篇:安装/使用EDKII源码获取/

Tools:Installing and using the Required Tools for downloading and Building EDK II工具篇:安装/使用EDKII源码获取/编译工具[2.3]

2015-07   北京海淀区  张俊浩

2. Setting Up EDKII Development Environment(EDKII开发环境的搭建)

->2.1 The General Procedure Of Setting Up EDKII Development Environment(搭建EDKII项目的通用流程)

->2.2 Setting up a EDK II build environment on Windows and Linux(搭建Windows和Linux开发环境)

->2.2.1 Setting up a EDK II build environment on Windows

->2.2.1.1 Get the EDKII Source EDKII源码获取(下载)。

->2.2.1.2 Install some third-party tools to build EDKII.相应开发工具链的下载。

->2.2.2 Setting up a EDK II build environment on Linux

->2.2.2.1 Get the EDKII Source EDKII源码获取(下载)。

->2.2.2.2 Install some third-party tools to build EDKII.相应开发工具链的下载。

->2.3 Tools:Installing and using the Required Tools for downloading and Building EDK II.

->2.3.1 Download and Install TortoiseSVN to obtain the EDK II(下载/安装/使用TortoiseSVN工具)

->2.3.2 Checkout the edk2 source tree from subversion

->2.3.2.1 GUI instructions(图形命令方式)

->2.3.2.2 Command line Instructions:(DOS终端命令行模式)

2.3.1 Download and Install TortoiseSVN to obtain the EDK II

Windows平台下我们一般使用subversion来管控项目源码版本,通过SVN(subversion)下载上传源码,所以我们想获取源码,首先需要下载、安装SVN软件。

http://www.tianocore.org->Getting Started for Developers -> Getting Started with EDK II->Tools ->follow these instructions ->Install some external tools->Requirements:
The one of the following is required to be able to obtain the EDK II.(需要安装下列下面工具之一用来获EDKII取源码)。

我们这里只下载TortoiseSVN(TortoiseSVN是Subversion版本控制系统的一个免费开源客户端,可以超越时间的管理文件和目录),点击TortoiseSVN的URL链接,进入TortoiseSVN下载页面(http://tortoisesvn.net/downloads):因为我的电脑是win7的64位系统,所以选择TortoiseSVN 1.8.11-64-bit。跳转到TortoiseSVN 1.8.11-64-bit下载页面直接点击direct link直接下载即可。

下载完成后,点击TortoiseSVN-*.msi进行安装,点击next,选择I accept点击下一步。

在选择TortoiseSVN特征的时候,注意将“command line client tools”选择为“will be installed on local hard driver”。点击下一步完成安装。

在选择TortoiseSVN特征的时候,将“command line client tools”选择为“will be installed on local hard driver”,这样会在TortoiseSVN安装路目录下D:\Program Files\TortoiseSVN\bin生成一个可执行文件svn.exe,这样就可以在DOS终端使用SVN的命令行模式了。不至于在终端使用SVN命令时报错。

2.3.2 Checkout the edk2 source tree from subversion

2.3.2.1 GUI instructions(图形命令方式)

签出(checkout)EDKII源码可以使用TortoiseSVN图形命令,可以在D盘新建源码目录edk2,选择edk2源码目录点击鼠标右键,选择“SVN Checkout...”,弹出如下界面。

URL of repository:https://svn.code.sf.net/p/edk2/code/trunk/edk2

Checkout directory: D:\edk2

点击“OK”

2.3.2.2 Command line Instructions:(DOS终端命令行模式)

If you use the command line version of subversion, then you can easily checkout the edk2 to the D:\edk2 directory with the following command:

C:\> svn co ^
https://svn.code.sf.net/p/edk2/code/trunk/edk2 ^
D:\edk2 ^
--username guest

[注:co:checkout,^表示命令行未结束需要另起一行 scn co {数据源路径} {数据目标路径}]

源码的下载速度受网络状况影响,大约10min。最终EDKII源码目录如下图。

版权声明:本文为博主原创文章,未经博主允许不得转载。

时间: 2024-08-15 21:23:46

Tools:Installing and using the Required Tools for downloading and Building EDK II工具篇:安装/使用EDKII源码获取/的相关文章

JDK Required: 'tools.jar' seems to be not in IDEA classpath解决办法

http://www.androidren.com/index.php?qa=308&qa_1=jdk-required-tools-jar-seems-to-be-not-in-idea-classpath解决办法 今天在Ubuntu下安装ideaIU-14.0.3.tar.gz的时候,刚开始遇到JAVA_HOME没有配置的问题,后来按照下面命令: sudo apt-get install default-jre 后,提示如题的错误,最后发现上面的安装方法是不完全的安装JDK,所以需要安装JD

下载hibenate tools插件(百度搜hibenate tools 下载)

Eclipse插件的安装和使用1.     在线更新( http://blog.csdn.net/charlies_fu/article/details/5638068)打开eclipse工具,选择HELP---Install new software----输入网址,如我们这里要安装hibernate tools进行逆向工程的建立,输入http://download.jboss.org/jbosstools/updates/development 选择hibernate tools----安装

Android源码浅析(二)——Ubuntu Root,Git,VMware Tools,安装输入法,主题美化,Dock,安装JDK和配置环境

Android源码浅析(二)--Ubuntu Root,Git,VMware Tools,安装输入法,主题美化,Dock,安装JDK和配置环境 接着上篇,上片主要是介绍了一些安装工具的小知识点Android源码浅析(一)--VMware Workstation Pro和Ubuntu Kylin 16.04 LTS安装配置,其实Ubuntu Kylin 16.04 LTS也只是为了体验,我们为了追求稳定,还是使用了Ubuntu14.04 这里提供一个国内镜像的下载链接,可以用迅雷,下载下来之后后缀

Spring Developer Tools 源码分析:二、类路径监控

在 Spring Developer Tools 源码分析一中介绍了 devtools 提供的文件监控实现,在第二部分中,我们将会使用第一部分提供的目录监控功能,实现对开发环境中 classpath 的监控. 二.类路径监控 首先看一些这一部分可能涉及到的类图: 在图中,红色斜线左上部分是第一部分中介绍的文件目录监控的类,其中 FileSystemWatcher 会通过独立线程监控指定的目录,当目录内容发生变化时,通过对比快照可以获得所有监控目录变化的文件ChangedFiles,然后将变化通知

【spring源码学习】spring配置的事务方式是REQUIRED,但业务层抛出TransactionRequiredException异常问题

(1)spring抛出异常的点:org.springframework.orm.jpa.EntityManagerFactoryUtils public static DataAccessException convertJpaAccessExceptionIfPossible(RuntimeException ex) { // Following the JPA specification, a persistence provider can also // throw these two

Setting up a EDK II build environment on Windows and Linux:搭建Windows和Linux开发环境[2.2]

Setting up a EDK II build environment on Windows and Linux:搭建Windows和Linux开发环境[2.2] 2015-07   北京海淀区  张俊浩 2. Setting Up EDKII Development Environment(EDKII开发环境的搭建) ->2.1The General Procedure Of Setting Up EDKII Development Environment(搭建EDKII项目的通用流程)

The General Procedure Of Setting Up EDKII Development Environment:搭建EDKII开发环境的通用流程[2.1]

The General Procedure Of Setting Up EDKII Development Environment:搭建EDKII开发环境的通用流程[2.1] 2015-07   北京海淀区  张俊浩 2. Setting Up EDKII Development Environment(EDKII开发环境的搭建) ->2.1 The General Procedure Of Setting Up EDKII Development Environment(搭建EDKII开发环境

Linux内

body { font-family: @楷体; font-size: 11.5pt; line-height: 1.5; } html, body { color: black; background-color: #E0D1DE; } h1 { font-size:1.5em; font-weight:bold; } h2 { font-size:1.4em; font-weight:bold; } h3 { font-size:1.3em; font-weight:bold; } h4 {

Android 上千实例源码分析以及开源分析

Android 上千实例源码分析以及开源分析(百度云分享) 要下载的直接翻到最后吧,项目实例有点多. 首先 介绍几本书籍(下载包中)吧. 01_Android系统概述 02_Android系统的开发综述 03_Android的Linux内核与驱动程序 04_Android的底层库和程序 05_Android的JAVA虚拟机和JAVA环境 06_Android的GUI系统 07_Android的Audio系统 08_Android的Video 输入输出系统 09_Android的多媒体系统 10_