mirror of
https://github.com/gwenhael-le-moine/x49gp.git
synced 2025-01-14 08:01:43 +01:00
readme cleanup
This commit is contained in:
parent
c8b823fb25
commit
ecf4a1ef46
1 changed files with 6 additions and 5 deletions
11
README.md
11
README.md
|
@ -10,20 +10,21 @@ Prereqs:
|
||||||
|
|
||||||
* Install XQuartz, Xcode (from your installation media) in that order.
|
* Install XQuartz, Xcode (from your installation media) in that order.
|
||||||
* Install Macports (macports.org), then:
|
* Install Macports (macports.org), then:
|
||||||
|
```
|
||||||
sudo port install gtk2 pkgconfig gcc6
|
sudo port install gtk2 pkgconfig gcc6
|
||||||
sudo port select --set gcc mp-gcc6
|
sudo port select --set gcc mp-gcc6
|
||||||
export PATH=/opt/local/bin:$PATH
|
export PATH=/opt/local/bin:$PATH
|
||||||
|
```
|
||||||
|
|
||||||
* Ubuntu:
|
* Ubuntu:
|
||||||
|
```
|
||||||
sudo apt-get install libgtk2.0-dev
|
sudo apt-get install libgtk2.0-dev
|
||||||
|
```
|
||||||
|
|
||||||
* RedHat/CentOS:
|
* RedHat/CentOS:
|
||||||
|
```
|
||||||
sudo yum install subversion gtk2-devel
|
sudo yum install subversion gtk2-devel
|
||||||
|
```
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue