mirror of
https://github.com/gwenhael-le-moine/x49gp.git
synced 2024-12-27 21:58:33 +01:00
readme cleanup
This commit is contained in:
parent
c45d794520
commit
cca2d2cc11
1 changed files with 8 additions and 8 deletions
16
README.md
16
README.md
|
@ -11,19 +11,19 @@ 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
|
||||||
```
|
```
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
@ -157,9 +157,9 @@ make flash-49g+ flash-50g flash-noboot sram s3c2410-sram
|
||||||
Known Limitations:
|
Known Limitations:
|
||||||
|
|
||||||
* HPGCC SD Card I/O
|
* HPGCC SD Card I/O
|
||||||
. libfsystem unavailable.
|
- `libfsystem` unavailable.
|
||||||
. f* calls unstable (HPGCC2)
|
- `f*` calls unstable (HPGCC2)
|
||||||
. f* calls stable (HPGCC3)
|
- `f*` calls stable (HPGCC3)
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue