ObjFW  Check-in [7f6c2d7e88]

Overview
Comment:README.md: Add a table of contents
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 7f6c2d7e883929b7af7366ecdae3791f548e98c92291c6ee704224474d4c38a7
User & Date: js on 2019-02-03 11:31:58
Other Links: manifest | tags
Context
2019-02-03
17:52
OFURL: Do not normalize in init with relative URL check-in: 2b13f285c5 user: js tags: trunk
11:31
README.md: Add a table of contents check-in: 7f6c2d7e88 user: js tags: trunk
11:04
README.md: Add instructions for writing an app check-in: 9b97ecf181 user: js tags: trunk
Changes

Modified README.md from [527f2cf625] to [a3fc1bdda7].

1
2
3
4
5
6
7
8






















9
10
11
12
13
14
15
ObjFW is a portable, lightweight framework for the Objective C language. It
enables you to write an application in Objective C that will run on any
platform supported by ObjFW without having to worry about differences between
operating systems or various frameworks that you would otherwise need if you
want to be portable.

See https://heap.zone/objfw for more information.
























Installation
============

  To install ObjFW, just run the following commands:

    $ ./configure








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







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
ObjFW is a portable, lightweight framework for the Objective C language. It
enables you to write an application in Objective C that will run on any
platform supported by ObjFW without having to worry about differences between
operating systems or various frameworks that you would otherwise need if you
want to be portable.

See https://heap.zone/objfw for more information.


Table of Contents
=================

 * [Installation](#installation)
   * [macOS and iOS](#macos-and-ios)
     * [Building as a framework](#building-as-a-framework)
     * [Using the macOS or iOS framework in Xcode](#using-the-macos-or-ios-framework-in-xcode)
   * [Windows](#windows)
     * [Getting MSYS2](#getting-msys2)
     * [Updating MSYS2](#updating-msys2)
     * [Installing MinGW-w64 using MSYS2](#installing-mingw-w64-using-msys2)
     * [Getting, building and installing ObjFW](#getting-building-and-installing-objfw)
   * [Nintendo DS, Nintendo 3DS and Wii](#nintendo-ds-nintendo-3ds-and-wii)
     * [Nintendo DS](#nintendo-ds)
     * [Nintendo 3DS](#nintendo-3ds)
     * [Wii](#wii)
   * [Amiga](#amiga)
 * [Writing your first application with ObjFW](#writing-your-first-application-with-objfw)
 * [Bugs and feature requests](#bugs-and-feature-requests)
 * [Commercial use](#commercial-use)


Installation
============

  To install ObjFW, just run the following commands:

    $ ./configure
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71

  Windows is only officially supported when following these instructions, as
  there are many MinGW versions that behave slightly differently and often
  cause problems.

### Getting MSYS2

  The first thing to install is [MSYS2](https://msys2.github.io) to provide a
  basic UNIX-like environment for Windows. Unfortunately, the binaries are not
  signed and there is no way to verify their integrity, so only download this
  from a trusted connection. Everything else you will download using MSYS2
  later will be cryptographically signed.

### Updating MSYS2








|







79
80
81
82
83
84
85
86
87
88
89
90
91
92
93

  Windows is only officially supported when following these instructions, as
  there are many MinGW versions that behave slightly differently and often
  cause problems.

### Getting MSYS2

  The first thing to install is [MSYS2](https://www.msys2.org) to provide a
  basic UNIX-like environment for Windows. Unfortunately, the binaries are not
  signed and there is no way to verify their integrity, so only download this
  from a trusted connection. Everything else you will download using MSYS2
  later will be cryptographically signed.

### Updating MSYS2