mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Updated README.md to reflect Xmu dependency.
This commit is contained in:
parent
503cc9e6d6
commit
acb29201a9
1 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@ On Debian-based Linuxes:
|
||||||
sudo apt-get install curl freeglut3-dev \
|
sudo apt-get install curl freeglut3-dev \
|
||||||
libfreetype6-dev libgl1-mesa-dri libglib2.0-dev xorg-dev \
|
libfreetype6-dev libgl1-mesa-dri libglib2.0-dev xorg-dev \
|
||||||
msttcorefonts gperf g++ cmake python-virtualenv \
|
msttcorefonts gperf g++ cmake python-virtualenv \
|
||||||
libssl-dev libbz2-dev libosmesa6-dev
|
libssl-dev libbz2-dev libosmesa6-dev libxmu6 libxmu-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
On Fedora:
|
On Fedora:
|
||||||
|
@ -37,7 +37,7 @@ On Fedora:
|
||||||
sudo yum install curl freeglut-devel libtool gcc-c++ libXi-devel \
|
sudo yum install curl freeglut-devel libtool gcc-c++ libXi-devel \
|
||||||
freetype-devel mesa-libGL-devel glib2-devel libX11-devel libXrandr-devel gperf \
|
freetype-devel mesa-libGL-devel glib2-devel libX11-devel libXrandr-devel gperf \
|
||||||
fontconfig-devel cabextract ttmkfdir python python-virtualenv expat-devel \
|
fontconfig-devel cabextract ttmkfdir python python-virtualenv expat-devel \
|
||||||
rpm-build openssl-devel cmake bzip2-devel libXcursor-devel
|
rpm-build openssl-devel cmake bzip2-devel libXcursor-devel libXmu-devel
|
||||||
pushd /tmp
|
pushd /tmp
|
||||||
wget http://corefonts.sourceforge.net/msttcorefonts-2.5-1.spec
|
wget http://corefonts.sourceforge.net/msttcorefonts-2.5-1.spec
|
||||||
rpmbuild -bb msttcorefonts-2.5-1.spec
|
rpmbuild -bb msttcorefonts-2.5-1.spec
|
||||||
|
@ -48,7 +48,7 @@ popd
|
||||||
On Arch Linux:
|
On Arch Linux:
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
sudo pacman -S --needed base-devel git python2 python2-virtualenv mesa ttf-font cmake bzip2
|
sudo pacman -S --needed base-devel git python2 python2-virtualenv mesa ttf-font cmake bzip2 libxmu
|
||||||
```
|
```
|
||||||
|
|
||||||
Cross-compilation for Android:
|
Cross-compilation for Android:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue