Differences From Artifact [5c9e57c980]:
- File
README.md
— part of check-in
[2ca0e3c7d7]
at
2021-11-21 10:13:51
on branch trunk
— README.md: Update iOS simulator instructions
i386 is no longer a thing for the simulator, but arm64 now is. (user: js, size: 13886) [annotate] [blame] [check-ins using]
To Artifact [328590e104]:
- File
README.md
— part of check-in
[9b7d35bb00]
at
2022-01-16 12:48:09
on branch trunk
— README.md: Document to run make before make check
Not doing so would build utils as root in the `sudo make install`. (user: js, size: 13897) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
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 |
︙ | ︙ |