zoukankan      html  css  js  c++  java
  • compile cef2526

    fetch --nohooks chromium

    cd /path/to/chromium/src
    # git checkout -b 51.0.2704.103 refs/tags/51.0.2704.103
    # gclient sync --nohooks --with_branch_heads --jobs 16
    # git clone https://bitbucket.org/chromiumembedded/cef.git

    # third_party/WebKit/LayoutTests/mhtml/transfer_encoding_8bit.mht
    #Please, commit your changes or stash them before you can switch branches.
    #Aborting
    #E:srccodechromiumsrc>git reset --hard
    #E:srccodechromiumsrc>git pull

    cd /path/to/chromium/src
    gclient sync --nohooks --with_branch_heads
    git fetch
    git fetch --tags

    git checkout refs/tags/47.0.2526.80 -----current select
    or
    git checkout -b 47.0.2526.80 refs/tags/47.0.2526.80

    gclient sync --jobs 16
    or
    gclient sync --nohooks --with_branch_heads --jobs 16 -----current select

    git clone https://bitbucket.org/chromiumembedded/cef.git

    cd cef
    git checkout -t origin/2526
    modify the cef.gyp

    cd /path/to/chromium/src
    set DEPOT_TOOLS_WIN_TOOLCHAIN=0
    set GYP_GENERATORS=ninja
    set GYP_MSVS_VERSION=2013
    gclient runhooks

    cd cef
    execute the create.bat

    cd /path/to/chromium/src
    ninja -C out/Release cefclient
    ninja -C out/Debug cefclient

    cd /path/to/chromium/src/cef/tools
    make_distrib.bat --ninja-build

  • 相关阅读:
    Python 编码格式的使用
    解决cmd 运行python socket怎么终止运行
    解决win10子系统Ubuntu新装的mysql 不能root登陆方法
    浏览器中网址访问过程详解
    POJ 2502 最短路
    HDU 2859
    POJ 3186
    POJ 1661 暴力dp
    POJ 1015 陪审团问题
    CodeForces 1058E
  • 原文地址:https://www.cnblogs.com/zxpo/p/6737171.html
Copyright © 2011-2022 走看看