ObjFW  Check-in [9b7d35bb00]

Overview
Comment:README.md: Document to run make before make check

Not doing so would build utils as root in the `sudo make install`.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 9b7d35bb00278869a94ba99812537a581dcbe183d65499290ef137e2b1f8e10c
User & Date: js on 2022-01-16 12:48:09
Other Links: manifest | tags
Context
2022-01-16
14:16
Doxyfile: Set HAVE_DOT = NO check-in: ce1d51bea5 user: js tags: trunk
12:48
README.md: Document to run make before make check check-in: 9b7d35bb00 user: js tags: trunk
2022-01-09
10:28
configure: Print warning on missing TLS support check-in: 4a77da21aa user: js tags: trunk
Changes

Modified README.md from [5c9e57c980] to [328590e104].

140
141
142
143
144
145
146

147
148
149
150
151
152
153
  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







>







140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
  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 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