Overview
| Comment: | README.md: Adapt instructions for Fossil |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
b388ccc6b08ccd77e5613551a4e6d853 |
| User & Date: | js on 2020-05-31 16:07:17 |
| Other Links: | manifest | tags |
Context
|
2020-05-31
| ||
| 18:57 | README.md: Add "What is ObjFW?" section (check-in: 55f34b8e81 user: js tags: trunk) | |
| 16:19 | Merge trunk into 1.0 branch (check-in: 8d693c2d5f user: js tags: 1.0) | |
| 16:07 | README.md: Adapt instructions for Fossil (check-in: b388ccc6b0 user: js tags: trunk) | |
| 16:01 | README.md: Provide explicit anchors (check-in: f7f05e88b7 user: js tags: trunk) | |
Changes
Modified README.md from [02d937fb40] to [dd3a0fa902].
| ︙ | |||
33 34 35 36 37 38 39 | 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | - - + + |
To install ObjFW, just run the following commands:
$ ./configure
$ make
$ make install
|
| ︙ | |||
146 147 148 149 150 151 152 | 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 | - + - + + + | There is nothing wrong with installing them both, as MSYS2 has created two entries in your start menu: `MinGW-w64 Win32 Shell` and `MinGW-w64 Win64 Shell`. So if you want to build for 32 or 64 bit, you just start the correct shell. Finally, install a few more things needed to build ObjFW: |
| ︙ |