libchromiumcontent/README.md

43 строки
684 B
Markdown
Исходник Обычный вид История

2013-02-28 17:47:47 +04:00
# libchromiumcontent
A single, shared library that includes the [Chromium Content
module](http://www.chromium.org/developers/content-module) and all its
dependencies (e.g., WebKit, V8, etc.).
## Using it in your app
TODO
## Development
### Prerequisites
* Python 2.7
#### Mac
* Xcode 5.1
#### Windows
* Visual Studio 2013 Professional Update 2
#### Linux
2013-02-28 17:47:47 +04:00
### One-time setup
$ script/bootstrap
### Building
$ script/build
### Updating project files
If you change `VERSION` to point to a different Chromium release, or modify
2013-02-28 17:47:47 +04:00
`chromiumcontent.gyp{,i}`, you should run:
$ script/update
This will regenerate all the project files. Then you can build again.