Top > Chromium

git

build

  • How to build Blink/Chromium on MacOSX (as of Jan 8, 2015)
    • https://gist.github.com/nhiroki/814230e072da46fd5ca5
      mkdir chromium ; cd chromium
      git clone https://chromium.googlesource.com/chromium/tools/depot_tools
      export PATH=$PATH:`pwd`/depot_tools
      fetch blink
      cd src
      ./build/install-build-deps.sh # Linux の場合だけ
      ./build/gyp_chromium -Dcomponent=shared_library
      ninja -C out/Debug # 性能高いPCなら -j つけよう。

関連


Reload   Diff   Front page List of pages Search Recent changes Backup Referer   Help   RSS of recent changes
Last-modified: Tue, 27 Jul 2021 12:38:13 JST (1001d)