Commit graph

115 commits

Author SHA1 Message Date
Paul Rouget
4fd3df8c6d hacking quickstart 2015-10-23 14:37:18 +02:00
Zetok Zalbavar
090f962907
Add Gentoo to README.md 2015-10-01 22:31:36 +01:00
Josh Matthews
dc0781f1dc Remove shortcut that doesn't exist. 2015-09-17 00:13:47 -04:00
Josh Matthews
9cc411f2c8 Pips for everybody. 2015-09-15 15:57:46 -04:00
Josh Matthews
cd0dc6f196 Add pip as a requirement 2015-09-15 15:56:12 -04:00
Xiao Chuan Yu
6c9a10e133 Add note on Ubuntu 14.04 dependencies error
Update README with note about possible problem installing dependencies on Ubuntu 14.04.
See #6158 for details.
2015-09-01 23:35:04 -04:00
Manish Goregaokar
432e36dc81 Add doc.s.o to the readme 2015-08-05 16:51:41 +05:30
Ms2ger
39f780fbd7 Document libglu1-mesa-dev dependency.
Missing this caused
  src/gpu/gl/unix/SkNativeGLContext_unix.cpp:10:20:
  fatal error: GL/glu.h: No such file or directory
on my new laptop.
2015-07-29 13:50:25 +02:00
Bogdan Cuza
79623e7b45 Update README about rust-snapshot-hash 2015-07-22 16:45:45 +03:00
Christian Stadelmann
65a4f6b6ac doc/howto install: Fedora replaces yum with dnf
According to the official change set [1] for Fedora 22 which will be released in some days [2] yum will be replaced by dnf. The syntax is basically the same (in these simple cases here it is exactly the same, tested with dnf). After that only Fedora 21 and 22 will be supported, both come with dnf shipped by default.

[1] https://fedoraproject.org/wiki/Releases/22/ChangeSet#Replace_Yum_With_DNF
[2] https://fedoraproject.org/wiki/Releases/22/Schedule?rd=Releases/22
2015-05-22 16:31:47 -04:00
Matt Brubeck
48c2cf4b7e Further clarify README.md 2015-05-18 10:33:41 -07:00
Matt Brubeck
20c8874e88 Clarify how Servo rust snapshots work 2015-05-18 10:21:51 -07:00
Glenn Watson
de4f5a5bdb Remove ms ttf fonts dependency that is no longer required. Fixes #6080. 2015-05-18 08:28:52 +10:00
Ms2ger
a6a587047b Update the README for the new name of the core fonts package. 2015-05-17 13:50:08 +02:00
Jinank Jain
c98d55fe28 Add --dev option to mach build
Require either --dev or --release, unless a default build.mode is set
in .servobuild.  Fixes #5933.
2015-05-13 09:25:43 -07:00
bors-servo
89f90d930d Auto merge of #5934 - mbrubeck:readme, r=pcwalton
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5934)
<!-- Reviewable:end -->
2015-05-04 12:57:06 -05:00
Matt Brubeck
a4ccf609b0 Add instructions for building with --release 2015-05-04 10:57:22 -07:00
Cyryl Płotnicki-Chudyk
35492a8dad Added mesa-libOSMesa-devel as a dependency for Fedora compilation 2015-05-03 19:28:10 +02:00
Avi Weinstock
acb29201a9 Updated README.md to reflect Xmu dependency. 2015-04-21 09:31:22 -04:00
Jason Williams
7f2fd26f5a Update README.md
adding link for issue ticket
2015-04-12 20:29:25 +01:00
Jason Williams
d117d07f6c Update README.md
Adding virtualbox note to switch off 3D acceleration
2015-04-12 20:26:44 +01:00
Dave Hodder
9f5f7f4b8e Use canonical GitHub URL for Rust 2015-04-07 21:05:01 +01:00
Manish Goregaokar
c7f1ce69cd Mention Gonk 2015-04-05 23:08:02 +05:30
Manish Goregaokar
6e765e6f16 Add explicit mention of mach run for Running 2015-02-28 13:23:10 +05:30
storedbox
23e7c21f5f Collapsed unnecessarily verbose command combo
When a path is passed to the `pushd` command, bash will push your _current_ directory to the top of the stack and then `cd` to whatever location you provided. There is no need to use two separate commands.
2015-02-13 21:35:51 -05:00
zertyuiop
79e946a4f8 libXcursor-devel in Fedora Prerequisites 2015-02-07 16:41:54 +03:00
Damien Lespiau
4ce4e89810 Fix the fedora bzip2 dependency
The bzip2 devel package is bzip2-devel, not just bzip2. This fixes
linking on fedora machines:

  note: /usr/bin/ld: cannot find -lbz2
  collect2: error: ld returned 1 exit status

  error: aborting due to previous error
  Could not compile `servo`.
2015-02-03 11:32:39 +00:00
glennw
eaa600a8c6 Add libosmesa6-dev to debian dependencies
Needs to be updated for arch / fedora too, but I'm not sure what the relevant packages are.
2015-01-20 06:17:13 +10:00
Evan Martin
ee4a00ff4a Minor fix to Arch developer setup instructions
Add the flag that says "Don't reinstall already-installed packages".
Otherwise the suggested command means "reinstall all these packages".
2015-01-16 09:48:16 -08:00
Tetsuharu OHZEKI
37c060cad7 Fix README.md: a tile size is used for 'painting'. 2014-12-08 14:05:51 +09:00
Matthew Rasmus
3b40b51a81 Added bzip to Fedora and Arch prereqs 2014-11-20 08:46:18 -08:00
Matthew Rasmus
70ad932450 Added libbz2-dev to Debian based prerequisites
Encountered this when building for the first time today:

```
note: /usr/bin/ld: cannot find -lbz2
collect2: error: ld returned 1 exit status

error: aborting due to previous error
Could not compile `servo`.
```

Installing the libbz2-dev packaged fixed it.
2014-11-19 15:35:30 -08:00
Andrew Hobden
3b2fcb07ce Update README for Homebrew.
glfw3 is in the `homebrew/homebrew-versions` repository.
2014-11-16 08:30:05 -08:00
Simon Sapin
ed9e3078af List bzip2 as a requirement in README.md
… but not for Homebrew or MacPorts, OS X which apparently ships with it.
2014-11-14 19:41:42 +00:00
Patrick Walton
50781c54ed readme: Embiggen the name of the project 2014-10-21 17:55:42 -07:00
Dave Herman
3b8f07ccff added cmake to dependencies in build instructions 2014-10-21 16:01:49 -07:00
bors-servo
af85ed8bb5 auto merge of #3627 : steveklabnik/servo/master, r=larsbergstrom
This may be because I'm on Ubuntu, but this was the name of the package.
2014-10-13 10:12:50 -06:00
Matt Brubeck
77d32ee447 Move windowing code out of the compositor
This is mainly just moving code around, in preparation for further changes to
the "windowing" API.
2014-10-10 11:36:12 -07:00
Steve Klabnik
0ad729596c fix debian install instructions 2014-10-09 22:01:27 -04:00
Matt Brubeck
b736256d53 Add Android build config to mach/servobuild 2014-10-03 14:29:54 -07:00
Duncan Keall
9a126276a9 Update Arch Linux prerequisites now that cargoify has landed 2014-09-10 14:38:50 +12:00
Jack Moffitt
1c37e54065 Add note about installing glfw3 from source. 2014-09-09 16:40:47 -06:00
Jack Moffitt
e6c063032a Add glfw3 as a dep to the README. 2014-09-09 16:28:28 -06:00
Jack Moffitt
39f7dd9277 Update the README a bit. 2014-09-09 09:25:08 -06:00
Jack Moffitt
c6ab60dbfc Cargoify servo 2014-09-08 20:21:42 -06:00
Ms2ger
84e6ec18d3 Add a note about autoconf 2.13.
Many people seem to have this question.
2014-09-06 13:00:33 +02:00
Duncan Keall
6eb1bb7ab1 Add prerequisites for Arch Linux to the readme. 2014-09-06 18:05:18 +12:00
Sean Stangl
88890e3b41 Correct capitalization of "libXrandr-devel" in Fedora prerequisites list. 2014-08-26 11:45:52 -07:00
Tetsuharu OHZEKI
1480dc603a Update the description about Rust compiler which we uses. 2014-08-23 05:33:25 +09:00
zertyuiop
d207120c82 Update README.md 2014-08-10 22:32:18 +05:30