ObjFW  Check-in [5c033e468f]

Overview
Comment:README-WINDOWS.md: Add a warning about MSYS2 Shell
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 5c033e468f1e243c199fce7a2a7c5c92a0297221eb707f861ce1a8aa0264b6cd
User & Date: js on 2015-09-14 10:59:59
Other Links: manifest | tags
Context
2015-09-14
13:50
OFUDPSocket: More constness check-in: 605fc10fad user: js tags: trunk
10:59
README-WINDOWS.md: Add a warning about MSYS2 Shell check-in: 5c033e468f user: js tags: trunk
2015-09-06
15:48
Fix compilation for Wii check-in: d0eab356ce user: js tags: trunk
Changes

Modified README-WINDOWS.md from [46894c0051] to [784e20a79a].

60
61
62
63
64
65
66

67
68
69
70
71
72
73
74
75
76
77
    $ pacman -S autoconf automake git make


Getting, building and installing ObjFW
--------------------------------------

  Start the MinGW-w64 Win32 or Win64 Shell (depening on what version you want

  to build) and check out ObjFW:

    $ git clone https://webkeks.org/git/objfw.git

  You can also download a release tarball if you want. Now go to the newly
  checked out repository and build and install it:

    $ autoreconf && ./configure && make -j16 install

  If everything was successfully, you can now build projects using ObjFW for
  Windows using the normal `objfw-compile` and friends.







>
|










60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
    $ pacman -S autoconf automake git make


Getting, building and installing ObjFW
--------------------------------------

  Start the MinGW-w64 Win32 or Win64 Shell (depening on what version you want
  to build - do *not* use the MSYS2 Shell shortcut, but use the MinGW-w64 Win32
  or Win64 Shell shortcut instead!) and check out ObjFW:

    $ git clone https://webkeks.org/git/objfw.git

  You can also download a release tarball if you want. Now go to the newly
  checked out repository and build and install it:

    $ autoreconf && ./configure && make -j16 install

  If everything was successfully, you can now build projects using ObjFW for
  Windows using the normal `objfw-compile` and friends.