mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
README: Add build dependancies required for Ubuntu and ArchLinux
-Builds tested on Ubuntu 18.04, 20.04 and ArchLinux
This commit is contained in:
parent
e94a2ebd3a
commit
78b32daef8
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -26,6 +26,18 @@ How to build
|
||||||
|
|
||||||
You can find more complete instructions to build on Windows [there](https://icculus.org/gtkradiant/documentation/windows_compile_guide/) and to build on Mac OS [there](apple/README.md).
|
You can find more complete instructions to build on Windows [there](https://icculus.org/gtkradiant/documentation/windows_compile_guide/) and to build on Mac OS [there](apple/README.md).
|
||||||
|
|
||||||
|
```sh
|
||||||
|
# install build dependancies
|
||||||
|
# Ubuntu 18.04
|
||||||
|
apt install git scons python-urllib3 libxml2 libxml2-dev libgtk2.0 libgtk2.0-dev libgtkgl2.0-1 libgtkgl2.0-dev libglu1-mesa libglu1-mesa-dev libgtkglext1 libgtkglext1-dev subversion libjpeg8 libjpeg8-dev
|
||||||
|
|
||||||
|
# Ubuntu 20.04
|
||||||
|
apt install git scons libxml2 libxml2-dev libgtkgl2.0-1 libgtkgl2.0-dev libglu1-mesa libglu1-mesa-dev libgtkglext1 libgtkglext1-dev subversion libjpeg8 libjpeg8-dev
|
||||||
|
|
||||||
|
# ArchLinux
|
||||||
|
pacman -S git scons python-urllib3 libxml2 gtk2 freeglut gtkglext subversion libjpeg-turbo
|
||||||
|
```
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# get the source
|
# get the source
|
||||||
git clone "https://github.com/TTimo/GtkRadiant.git"
|
git clone "https://github.com/TTimo/GtkRadiant.git"
|
||||||
|
|
Loading…
Reference in a new issue