ObjFW  Check-in [b8da71a4a0]

Overview
Comment:README.md: Add instructions for more platforms
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: b8da71a4a0c6bf09cefcc27e90fc984e0bf5dfea14898695bf5f3558d53d3162
User & Date: js on 2019-02-03 10:57:42
Other Links: manifest | tags
Context
2019-02-03
11:04
README.md: Add instructions for writing an app check-in: 9b97ecf181 user: js tags: trunk
10:57
README.md: Add instructions for more platforms check-in: b8da71a4a0 user: js tags: trunk
10:45
Merge README-WINDOWS.md into README.md check-in: e9265a46f1 user: js tags: trunk
Changes

Modified README.md from [3a59f7d86a] to [86f42025ff].

121
122
123
124
125
126
127































128
129
130
131
132
133
134
  checked out repository and build and install it:

    $ ./autogen.sh && ./configure && make -j16 install

  If everything was successfully, you can now build projects using ObjFW for
  Windows using the normal `objfw-compile` and friends.

































Bugs and feature requests
=========================

  If you find any bugs or have feature requests, feel free to send a mail to
  js@heap.zone!








>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>







121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
  checked out repository and build and install it:

    $ ./autogen.sh && ./configure && make -j16 install

  If everything was successfully, you can now build projects using ObjFW for
  Windows using the normal `objfw-compile` and friends.

Nintendo DS, Nintendo 3DS and Wii
---------------------------------

  Download and install [devkitPro](https://devkitpro.org/wiki/Getting_Started).

### Nintendo DS

  Follow the normal process, but instead of `./configure` run:

    $ ./configure --host=arm-none-eabi --with-nds

### Nintendo 3DS

  Follow the normal process, but instead of `./configure` run:

    $ ./configure --host=arm-none-eabi --with-3ds

### Wii

  Follow the normal process, but instead of `./configure` run:

    $ ./configure --host=powerpc-eabi --with-wii

Amiga
-----

  Install [amiga-gcc](https://github.com/bebbo/amiga-gcc). Then follow the
  normal process, but instead of `./configure` run:

    $ ./configure --host=m68k-amigaos


Bugs and feature requests
=========================

  If you find any bugs or have feature requests, feel free to send a mail to
  js@heap.zone!