aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Build note for Ubuntu 16.04 Pyfisch2018-05-061-0/+2
| | | See #20712
* Change "OS X" to "macOS"atouchet2018-03-261-6/+6
|
* Add mesa-libGLU-devel dependency to README.mdVegard Sandengen2018-03-081-1/+1
| | | | | | | Installing all listed dependencies on fedora results in a compilation error, due to missing mesa-libGLU-devel dependency. This dependency is part of some of the other distributions, with other names of course.
* Remove FreeGLUTSeo Sanghyeon2018-03-051-4/+4
|
* remove bhtmlPaul Rouget2018-02-111-5/+0
|
* Add ccache dependency to README.mdJon Leighton2018-01-261-6/+6
| | | | | | | | I tried to build on a freshly installed Fedora 27 system and needed to install this package. I've added equivalent packages for other systems, although haven't actually tested on those systems.
* Add harfbuzz dependency to README.mdJon Leighton2018-01-261-5/+8
| | | | | | | | | I tried to build on a freshly installed Fedora 27 system and needed to install this package. I've added equivalent packages for other systems, although haven't actually tested on those systems. (I note that the package was already listed for openSUSE.)
* Update README.md to fix font requirements for Arch Linuxpandusonu22018-01-261-1/+1
| | | | | | The current specifications for installation of Servo in Arch Linux fails to run due to requirement of fonts. The fix is just to include the required package in the required dependencies list in README.md.
* Remove gecko-media dependencyFernando Jiménez Moreno2018-01-191-24/+6
|
* Auto merge of #19739 - gootorov:master, r=jdmbors-servo2018-01-101-0/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add note to Gentoo setup to set LIBCLANG_PATH envvar <!-- Please describe your changes on the following line: --> Without `LIBCLANG_PATH` environment variable set the build for `gecko-media` fails as in https://github.com/servo/servo/issues/19351 for Gentoo Linux. This patch adds a note to the README to set the environment variable. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [X] These changes do not require tests because it is a documentation fix <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19739) <!-- Reviewable:end -->
| * Add note to Gentoo setup to set LIBCLANG_PATH envvarIgor Gutorov2018-01-101-0/+4
| |
* | Add rustup.rs instructions in READMESimon Sapin2018-01-101-5/+29
|/
* Update Gentoo Linux setup to include clangIgor Gutorov2018-01-091-1/+1
|
* Update Arch Linux setup to include clangNate Tenczar2018-01-051-3/+3
|
* add note on readmetigercosmos2017-12-251-2/+6
|
* Merge branch 'master' into bump-gecko-mediaMarcin Mielniczuk2017-12-181-1/+1
|\
| * Add Windows as a development platform in ReadmeAlex Touchet2017-12-101-1/+1
| |
* | Fix and document build on CentOS 7.4Marcin Mielniczuk2017-12-101-2/+12
|/
* Add clang packages for non-debian linuxes.Josh Matthews2017-11-261-3/+3
|
* Revert "Add clang packages for non-debian linuxes."Emilio Cobos Álvarez2017-11-261-3/+3
| | | | | | This reverts commit 1d2456e076249c85dbaa1e1d9c28204b173f0cb8, in an attempt to restore the sync state across repos. Will reland if this fixes it (and if it doesn't too).
* Auto merge of #19353 - servo:jdm-patch-7, r=KiChjangbors-servo2017-11-261-3/+3
|\ | | | | | | | | | | | | | | | | | | | | Add clang packages for non-debian linuxes. Per https://github.com/servo/gecko-media/issues/71#issuecomment-346606660. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19353) <!-- Reviewable:end -->
| * Add clang packages for non-debian linuxes.Josh Matthews2017-11-231-3/+3
| |
* | update readme for ubuntutigercosmos2017-11-231-2/+4
|/
* Add pulseaudio requirement to readme.Josh Matthews2017-11-161-3/+4
|
* Update README.mdAaron Meese2017-11-071-1/+1
| | | Corrected 64bit
* Mention that we need Python3 to build on CentOSMarcin Mielniczuk2017-11-021-0/+10
|
* Windows Build: Install Visual Studio at default locationSebastian Gift2017-10-211-1/+1
| | | Visual Studio 2017 has to be installed at the default location or mach.bat will show an error that Visual Studio 2017 is not installed when trying to build servo
* Update link to Windows Python Version in READMEKyle Machulis2017-09-251-1/+1
| | | | | | | The README currently points to a 2 year old version of python (2.7.11). While this version works for servo development, builds also work with the current version (2.7.14), so the link can be updated.
* Auto merge of #18348 - BojanKogoj:patch-1, r=asajeffreybors-servo2017-09-111-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added direct link to Visual Studio Community <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18348) <!-- Reviewable:end -->
| * Added direct link to Visual Studio CommunityBojan Kogoj2017-09-011-1/+1
| |
* | update just VS buildtool for Windows buildtigercosmos2017-09-091-3/+6
| |
* | add note on windows buildtigercosmos2017-09-021-0/+6
|/
* Switch back to pinning Rust by Nightly date instead of commit hash…Simon Sapin2017-08-311-1/+1
| | | | | | | | | | | | | | | | | | … this time using a `rust-toolchain` file compatible with rustup: https://github.com/rust-lang-nursery/rustup.rs/#the-toolchain-file And upgrade to rustc 1.21.0-nightly (c11f689d2 2017-08-29) ---- Now if both `system-rust` and `system-cargo` are set to `true` in `.servobuild`’s `[tools]` section, and the corresponding `rustc` and `cargo` binaries are in fact rustup’s wrappers, then rustup will use the correct version based on `rust-toolchain`. CC https://github.com/servo/servo/issues/11361 Unlike https://github.com/servo/servo/pull/17927, this does not make mach use rustup directly.
* Update Visual Studio instructions in ReadmeAlex Touchet2017-06-291-1/+1
|
* Auto merge of #17478 - servo:libx11-dev, r=emiliobors-servo2017-06-231-1/+1
|\ | | | | | | | | | | | | | | | | | | | | Add libx11-dev to the list of build deps https://github.com/servo/rust-xlib/issues/44 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/17478) <!-- Reviewable:end -->
| * Add libx11-dev to the list of build depsMichael Howell2017-06-221-1/+1
| | | | | | https://github.com/servo/rust-xlib/issues/44
* | Backed out changeset f5041651b877 (bug 17452) as requested by glob. r=backoutGecko Backout2017-06-221-1/+1
|/ | | | Backs out https://github.com/servo/servo/pull/17452
* Commiting a trivial README.md change for the Firefox sheriffs to test backout.Lars Bergstrom2017-06-211-1/+1
|
* Auto merge of #16849 - kant:patch-1, r=emiliobors-servo2017-05-131-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Link & minor proposal <!-- Please describe your changes on the following line: --> Little proposals --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [x] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16849) <!-- Reviewable:end -->
| * Link & minor proposalDarío Hereñú2017-05-121-2/+2
| |
* | Add 'mach check' and 'mach check-geckolib'Simon Sapin2017-05-131-1/+14
|/
* Remove more deprecated Windows GNU code/docsAneesh Agrawal2017-04-161-31/+4
|
* Add more dependencies to Fedora instructionsPaul Rouget2017-04-161-1/+1
|
* Auto merge of #15871 - pcpeters:trial, r=jdmbors-servo2017-03-241-1/+7
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update README **NOTE: This PR is a fix to the README and did not update any code, so I haven't tested the changes.** Hey @jdm, I used my time yesterday to set up Servo and get comfortable with git. I've made a minor change to the readme, just to help make the project more accessible to complete newcomers. The line "./mach run [url]" can be confusing as there are many ways of thinking of a URL and some people don't think of including the protocol. Which is why I thought this was worth adding. I also had trouble installing OpenSSL with the command provided. I had to disable the System Integrity protection on Mac OS and manually link the OpenSSL at reboot as brew force install didn’t work either. Can this also be noted? <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15871) <!-- Reviewable:end -->
| * update READMEPrajna2017-03-081-1/+7
| |
* | Fix Debian dependencies instructionsTobias Markus2017-03-201-0/+2
|/
* Switch to commit-specific nightliesAnthony Ramine2017-02-151-1/+1
|
* Remove freetype dependency on WindowsUK9922017-02-061-2/+2
|
* Update Windows instructionsUK9922017-02-061-24/+17
|
* readme: use apt(8) on debianAndreas Tolfsen2017-02-021-1/+1
| | | | apt-get(8) has been replaced with apt(8) on Debian stable.