mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Add openSUSE and rearrange them.
This commit is contained in:
parent
1e1ea1e1a2
commit
70ca999a7a
@ -32,13 +32,14 @@ some sort of magic that can take any piece of source code and make it
|
||||
build. Someone at some point in time has figured out how to build that package
|
||||
from source and taught this tool. The RTEMS Source Builder has been tested on:
|
||||
|
||||
* FreeBSD
|
||||
* MacOS (Mountain Lion)
|
||||
* Ubuntu
|
||||
* Archlinux
|
||||
* Centos
|
||||
* Fedora
|
||||
* FreeBSD
|
||||
* MacOS
|
||||
* openSUSE
|
||||
* Raspbian
|
||||
* Archlinux
|
||||
* Ubuntu
|
||||
|
||||
Windows support is being added how-ever there are issues with the Python
|
||||
threading used in the RTEMS Source Builder and the MinGW project's MSYS process
|
||||
@ -1541,51 +1542,8 @@ Options and arguments:
|
||||
Host Setups
|
||||
-----------
|
||||
|
||||
MacOS X
|
||||
~~~~~~~
|
||||
|
||||
The RTEMS Source Builder has been tested on Mountain Lion. You will need to
|
||||
install the Xcode app using the _App Store_ tool, run Xcode and install the
|
||||
Developers Tools package within Xcode.
|
||||
|
||||
Ubuntu
|
||||
~~~~~~
|
||||
|
||||
The latest testing was with 12.10. A minimal installation was used and the
|
||||
following packages installed.
|
||||
|
||||
-------------------------------------------------------------
|
||||
$ sudo apt-get build-dep binutils gcc g++ gdb unzip git
|
||||
-------------------------------------------------------------
|
||||
|
||||
Raspbian
|
||||
~~~~~~~~
|
||||
|
||||
The is the Debian distribution for the Raspberry Pi. The following packages are
|
||||
required.
|
||||
|
||||
-------------------------------------------------------------
|
||||
$ sudo apt-get install autoconf automake bison flex binutils gcc g++ gdb \
|
||||
texinfo unzip ncurses-dev python-dev git
|
||||
-------------------------------------------------------------
|
||||
|
||||
It is recommended you get Model B of the Pi with 512M of memory and to mount a
|
||||
remote disk over the network. The tools can be build with a prefix under your
|
||||
home directory as recommended and end up on the SD card.
|
||||
|
||||
CentOS 6
|
||||
~~~~~~~~
|
||||
|
||||
The following packages are required on a minimal CentOS 6.3 installation:
|
||||
|
||||
-------------------------------------------------------------
|
||||
# yum install autoconf automake binutils gcc gcc-c++ gdb make patch \
|
||||
bison flex xz unzip ncurses-devel texinfo zlib-devel python-devel git
|
||||
-------------------------------------------------------------
|
||||
|
||||
The minimal CentOS distribution is a specific DVD that installs a minimal
|
||||
system. If you use a full system some of these packages may have been
|
||||
installed.
|
||||
The host versions are listed. If a later version of the host operating system
|
||||
exists it should unless listed.
|
||||
|
||||
Archlinux
|
||||
~~~~~~~~~
|
||||
@ -1606,6 +1564,62 @@ $ yaourt -S texinfo-legacy
|
||||
# ln -s /usr/bin/makeinfo-4.13a /usr/bin/makeinfo
|
||||
--------------------------------------------------------------
|
||||
|
||||
CentOS
|
||||
~~~~~~
|
||||
|
||||
The following packages are required on a minimal CentOS 6.3 installation:
|
||||
|
||||
-------------------------------------------------------------
|
||||
# yum install autoconf automake binutils gcc gcc-c++ gdb make patch \
|
||||
bison flex xz unzip ncurses-devel texinfo zlib-devel python-devel git
|
||||
-------------------------------------------------------------
|
||||
|
||||
The minimal CentOS distribution is a specific DVD that installs a minimal
|
||||
system. If you use a full system some of these packages may have been
|
||||
installed.
|
||||
|
||||
Fedora
|
||||
~~~~~~
|
||||
|
||||
The RTEMS Source Builder has been tested on Fedora 18.
|
||||
|
||||
FreeBSD
|
||||
~~~~~~~
|
||||
|
||||
The RTEMS Source Builder has been tested on FreeBSD 9.1.
|
||||
|
||||
MacOS X
|
||||
~~~~~~~
|
||||
|
||||
The RTEMS Source Builder has been tested on Mountain Lion. You will need to
|
||||
install the Xcode app using the _App Store_ tool, run Xcode and install the
|
||||
Developers Tools package within Xcode.
|
||||
|
||||
Raspbian
|
||||
~~~~~~~~
|
||||
|
||||
The is the Debian distribution for the Raspberry Pi. The following packages are
|
||||
required.
|
||||
|
||||
-------------------------------------------------------------
|
||||
$ sudo apt-get install autoconf automake bison flex binutils gcc g++ gdb \
|
||||
texinfo unzip ncurses-dev python-dev git
|
||||
-------------------------------------------------------------
|
||||
|
||||
It is recommended you get Model B of the Pi with 512M of memory and to mount a
|
||||
remote disk over the network. The tools can be build with a prefix under your
|
||||
home directory as recommended and end up on the SD card.
|
||||
|
||||
Ubuntu
|
||||
~~~~~~
|
||||
|
||||
The latest testing was with 12.10. A minimal installation was used and the
|
||||
following packages installed.
|
||||
|
||||
-------------------------------------------------------------
|
||||
$ sudo apt-get build-dep binutils gcc g++ gdb unzip git
|
||||
-------------------------------------------------------------
|
||||
|
||||
History
|
||||
-------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user