ObjFW  Check-in [f3f45bd5f2]

Overview
Comment:README.md: Update instructions for AmigaOS
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: f3f45bd5f22c52f2b7fdfbcd91cf462793e289db0e72157456f9516dee8d66d0
User & Date: js on 2023-08-01 08:13:23
Other Links: manifest | tags
Context
2023-08-01
18:06
configure: Add -g for m68k AmigaOS check-in: 0b6d60ee75 user: js tags: trunk
08:13
README.md: Update instructions for AmigaOS check-in: f3f45bd5f2 user: js tags: trunk
2023-07-31
00:00
OFDNSResolverSettings: Get nameserver on AmigaOS 3 check-in: a703a4f200 user: js tags: trunk
Changes

Modified README.md from [2681c29664] to [ebb217e96c].

309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
    $ ./configure --host=powerpc-eabi --with-wii

<h2 id="amiga">Amiga</h2>

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

    $ ./configure --host=m68k-amigaos


<h1 id="first-app">Writing your first application with ObjFW</h1>

  To create your first, empty application, you can use `objfw-new`:

    $ objfw-new --app MyFirstApp







|







309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
    $ ./configure --host=powerpc-eabi --with-wii

<h2 id="amiga">Amiga</h2>

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

    $ ./configure --host=m68k-amigaos OBJC=m68k-amigaos-g++


<h1 id="first-app">Writing your first application with ObjFW</h1>

  To create your first, empty application, you can use `objfw-new`:

    $ objfw-new --app MyFirstApp