mirror of
https://github.com/servo/servo.git
synced 2025-07-28 09:40:33 +01:00
Add instructions for building servo on Fedora Core.
This commit is contained in:
parent
a52248f765
commit
079e85c5d4
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
@ -29,6 +29,20 @@ sudo apt-get install autoconf2.13 curl freeglut3-dev libtool \
|
|||
msttcorefonts gperf g++
|
||||
```
|
||||
|
||||
On Fedora Core:
|
||||
|
||||
``` sh
|
||||
sudo yum install autoconf213 curl freeglut-devel libtool \
|
||||
freetype-devel mesa-libGL-devel glib2-devel libX11-devel \
|
||||
gperf gcc-c++ rpm-build cabextract ttmkfdir
|
||||
pushd .
|
||||
cd /tmp
|
||||
wget http://corefonts.sourceforge.net/msttcorefonts-2.5-1.spec
|
||||
rpmbuild -bb msttcorefonts-2.5-1.spec
|
||||
sudo yum install $HOME/rpmbuild/RPMS/noarch/msttcorefonts-2.5-1.noarch.rpm
|
||||
popd
|
||||
```
|
||||
|
||||
On Debian-based Linuxes (cross-compilation for Android):
|
||||
|
||||
``` sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue