Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tarc/cross-chromium
Trying get chromium cross compile on windows
https://github.com/tarc/cross-chromium
Last synced: about 2 months ago
JSON representation
Trying get chromium cross compile on windows
- Host: GitHub
- URL: https://github.com/tarc/cross-chromium
- Owner: tarc
- Created: 2015-08-29T21:45:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-09T20:54:09.000Z (over 9 years ago)
- Last Synced: 2023-04-12T08:42:24.981Z (over 1 year ago)
- Language: Python
- Size: 324 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cross-chromium
To checkout instead of just cloning, prefer the following:
mkdir cross-chromium
cd cross-chromium
gclient config --name src https://github.com/tarc/cross-chromium.git@master
gclient sync --no-historyThe `--no-history` options tells `gclient sync` to perform a shallow clone of the required repositories - that is, call `git clone` with `--depth=1`. It's possible aftwards to deepen these clones with:
git fetch --unshallow