ObjFW  Check-in [03edd2ac4f]

Overview
Comment:README.md: Add `make check` to instructions
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 03edd2ac4fdbe6011ab04c79aa30ba6087ba6aa1bd0723a504eb2394b9844066
User & Date: js on 2021-10-17 12:06:26
Other Links: manifest | tags
Context
2021-10-17
14:25
Add OFUUID check-in: c5eb73a9c4 user: js tags: trunk
12:06
README.md: Add `make check` to instructions check-in: 03edd2ac4f user: js tags: trunk
2021-10-15
22:21
Add iOS builds to GitHub Actions check-in: 79a2a73e8f user: js tags: trunk
Changes

Modified README.md from [c038901141] to [df7d0bd20b].

134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
  individual commit, branch head or tag, please use Fossil.

<h1 id="installation">Installation</h1>

  To install ObjFW, just run the following commands:

    $ ./configure
    $ make
    $ make install

  In case you checked out ObjFW from the Fossil or Git repository, you need to
  run the following command first:

    $ ./autogen.sh

<h2 id="macos-and-ios">macOS and iOS</h2>







|
|







134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
  individual commit, branch head or tag, please use Fossil.

<h1 id="installation">Installation</h1>

  To install ObjFW, just run the following commands:

    $ ./configure
    $ make check
    $ sudo make install

  In case you checked out ObjFW from the Fossil or Git repository, you need to
  run the following command first:

    $ ./autogen.sh

<h2 id="macos-and-ios">macOS and iOS</h2>