| OLD | NEW |
| 1 # Checking out and building Chromium on Linux | 1 # Checking out and building Chromium on Linux |
| 2 | 2 |
| 3 There are instructions for other platforms linked from the | 3 There are instructions for other platforms linked from the |
| 4 [get the code](get_the_code.md) page. | 4 [get the code](get_the_code.md) page. |
| 5 | 5 |
| 6 **See also [the old version of this page](old_linux_build_instructions.md).** | |
| 7 | |
| 8 ## Instructions for Google Employees | 6 ## Instructions for Google Employees |
| 9 | 7 |
| 10 Are you a Google employee? See | 8 Are you a Google employee? See |
| 11 [go/building-chrome](https://goto.google.com/building-chrome) instead. | 9 [go/building-chrome](https://goto.google.com/building-chrome) instead. |
| 12 | 10 |
| 13 [TOC] | 11 [TOC] |
| 14 | 12 |
| 15 ## System requirements | 13 ## System requirements |
| 16 | 14 |
| 17 * A 64-bit Intel machine with at least 8GB of RAM. More than 16GB is highly | 15 * A 64-bit Intel machine with at least 8GB of RAM. More than 16GB is highly |
| (...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 * Want to use Eclipse as your IDE? See | 215 * Want to use Eclipse as your IDE? See |
| 218 [LinuxEclipseDev](linux_eclipse_dev.md). | 216 [LinuxEclipseDev](linux_eclipse_dev.md). |
| 219 * Want to use your built version as your default browser? See | 217 * Want to use your built version as your default browser? See |
| 220 [LinuxDevBuildAsDefaultBrowser](linux_dev_build_as_default_browser.md). | 218 [LinuxDevBuildAsDefaultBrowser](linux_dev_build_as_default_browser.md). |
| 221 | 219 |
| 222 ### Next Steps | 220 ### Next Steps |
| 223 | 221 |
| 224 If you want to contribute to the effort toward a Chromium-based browser for | 222 If you want to contribute to the effort toward a Chromium-based browser for |
| 225 Linux, please check out the [Linux Development page](linux_development.md) for | 223 Linux, please check out the [Linux Development page](linux_development.md) for |
| 226 more information. | 224 more information. |
| OLD | NEW |