1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
ObjFW is known to work on the following platforms, but should run on
many others as well:
+--------------------------+--------------+----------------------+---------+
| OS | Architecture | Compiler | Runtime |
+--------------------------+--------------+----------------------+---------+
| FreeBSD 8.0 | x86 | | old GNU |
+--------------------------+--------------+----------------------+---------+
| Linux 2.6.* | x86 | GCC 4.4.1 | old GNU |
| Linux 2.6.* | x86 | GCC 4.6 | GNU |
| Linux 2.6.* | x86 | LLVM/Clang r83252 | old GNU |
| Linux 2.6.* | x86_64 | GCC 4.4.1 | old GNU |
+--------------------------+--------------+----------------------+---------+
| iPhone OS 2.2.1 - 4.2 | arm | GCC 4.2 | Apple |
| Mac OS X 10.5 | ppc | GCC 4.0 + 4.2 | Apple |
| Mac OS X 10.5 | ppc64 | GCC 4.0 + 4.2 | Apple |
| Mac OS X 10.5 - 10.6 | x86 | GCC 4.0 + 4.2 | Apple |
| Mac OS X 10.5 - 10.6 | x86_64 | GCC 4.0 + 4.2 | Apple |
+--------------------------+--------------+----------------------+---------+
|
>
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
ObjFW is known to work on the following platforms, but should run on
many others as well:
+--------------------------+--------------+----------------------+---------+
| OS | Architecture | Compiler | Runtime |
+--------------------------+--------------+----------------------+---------+
| FreeBSD 8.0 | x86 | | old GNU |
+--------------------------+--------------+----------------------+---------+
| Linux 2.6.* | x86 | GCC 4.4.1 | old GNU |
| Linux 2.6.* | x86 | GCC 4.6 | GNU |
| Linux 2.6.* | x86 | LLVM/Clang r83252 | old GNU |
| Linux 2.6.* | x86_64 | GCC 4.4.1 | old GNU |
| Maemo 5 | arm | GCC 4.5.1 | old GNU |
+--------------------------+--------------+----------------------+---------+
| iPhone OS 2.2.1 - 4.2 | arm | GCC 4.2 | Apple |
| Mac OS X 10.5 | ppc | GCC 4.0 + 4.2 | Apple |
| Mac OS X 10.5 | ppc64 | GCC 4.0 + 4.2 | Apple |
| Mac OS X 10.5 - 10.6 | x86 | GCC 4.0 + 4.2 | Apple |
| Mac OS X 10.5 - 10.6 | x86_64 | GCC 4.0 + 4.2 | Apple |
+--------------------------+--------------+----------------------+---------+
|