@@ -35,12 +35,12 @@ $ ./configure $ make $ make install - In case you checked out ObjFW from the Git repository, you need to run the - following command first: + In case you checked out ObjFW from the Fossil or Git repository, you need to + run the following command first: $ ./autogen.sh

macOS and iOS

@@ -148,19 +148,21 @@ 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: - $ pacman -S autoconf automake git make + $ pacman -S autoconf automake fossil 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://git.nil.im/objfw.git + $ fossil clone https://objfw.nil.im objfw.fossil + $ mkdir objfw && cd objfw + $ fossil open ../objfw.fossil 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