Skip to content

kleopatra999/Chromium-Windows-Build

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chromium Windows Build

Build chromium browser on Windows

Description

Building chromium can be time consuming. The process itself (fetching code and building) takes about 5 hours. But setting up source code is not simple task espessially after moving from svn to git and depricating svn instructions.
You can spend several days trying to figure out how it works. Official insturction are not guarantee of the success.

This script automates instructions listed in

This script is tested under Windows 8 with Visual Studio 2013 Ultimate

Goals

There are four goals of this project

  1. Build automatically Chromium most recent stable release.
  2. Involve to this project developers from Chromium community.
  3. Make an Influence on official instructions. Make them more straightforward and predictable.
  4. Keep these scripts as simple as possible and newbie-friendly. No weird loops, gotos, etc.

Depencies

  1. Before run this script install depot tools
  2. Before run this script install visual studio 2013 to default folder
  3. Before run this script Windows SDK for Windows 8 to default folder
  4. Before run this script this git distribution to default folder

Settings

Usage

  1. Clone repository to ssd drive with 40GB+ free space.
  2. Open repository directory.
  3. Run makechromiumstable.bat without any parameters.

About

build chromium browser windows

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Batchfile 72.9%
  • Shell 27.1%