OLD | NEW |
1 # Build instructions for Linux | 1 # Build instructions for Linux |
2 | 2 |
3 [TOC] | 3 [TOC] |
4 | 4 |
5 ## Overview | 5 ## Overview |
6 | 6 |
7 Due its complexity, Chromium uses a set of custom tools to check out and build. | 7 Due its complexity, Chromium uses a set of custom tools to check out and build. |
8 Here's an overview of the steps you'll run: | 8 Here's an overview of the steps you'll run: |
9 | 9 |
10 1. **gclient**. A checkout involves pulling nearly 100 different SVN | 10 1. **gclient**. A checkout involves pulling nearly 100 different SVN |
11 repositories of code. This process is managed with a tool called `gclient`. | 11 repositories of code. This process is managed with a tool called `gclient`. |
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
214 * Want to use Eclipse as your IDE? See | 214 * Want to use Eclipse as your IDE? See |
215 [LinuxEclipseDev](linux_eclipse_dev.md). | 215 [LinuxEclipseDev](linux_eclipse_dev.md). |
216 * Built version as Default Browser? See | 216 * Built version as Default Browser? See |
217 [LinuxDevBuildAsDefaultBrowser](linux_dev_build_as_default_browser.md). | 217 [LinuxDevBuildAsDefaultBrowser](linux_dev_build_as_default_browser.md). |
218 | 218 |
219 ## Next Steps | 219 ## Next Steps |
220 | 220 |
221 If you want to contribute to the effort toward a Chromium-based browser for | 221 If you want to contribute to the effort toward a Chromium-based browser for |
222 Linux, please check out the [Linux Development page](linux_development.md) for | 222 Linux, please check out the [Linux Development page](linux_development.md) for |
223 more information. | 223 more information. |
OLD | NEW |