ObjFW  Diff

Differences From Artifact [ca2228e45c]:

  • File README-WINDOWS.md — part of check-in [c553a24d31] at 2015-02-01 11:37:12 on branch trunk — README-WINDOWS.md: Complete rewrite for MSYS2

    MSYS2 is currently the best way to use MinGW on Windows and also the
    best way to keep it up to date. It offers Win64 support as well and can
    be used to install a lot of useful tools, for example Git, and usually
    has quite recent versions of all packages. (user: js, size: 2496) [annotate] [blame] [check-ins using]

To Artifact [46894c0051]:


67
68
69
70
71
72
73
74
75
76
77
  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:

    $ ./autogen.sh && ./configure && make -j16 install

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







|



67
68
69
70
71
72
73
74
75
76
77
  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.