ObjFW  Changes To ObjFW

Changes to "ObjFW" between 2024-08-23 23:28:43 and 2024-12-02 19:11:45

31
32
33
34
35
36
37
38

39
40
41
42
43
44
45
31
32
33
34
35
36
37

38
39
40
41
42
43
44
45







-
+








    objfw-compile -o MyFirstApp MyFirstApp.m

`objfw-compile` is a tool that allows building applications and libraries using ObjFW without needing a full-blown build system. If you want to use your own build system, you can get the necessary flags from `objfw-config`.

# Documentation

You can find the documentation for released versions of ObjFW [here](/docs/).
You can find the documentation for latest released version of ObjFW [here](/docs/).

In order to build the documentation yourself (necessary to have documentation for trunk / master), you need to have [Doxygen](https://www.doxygen.nl) installed. Once installed, you can build the documentation from the root directory of the repository:

    make docs

# License

65
66
67
68
69
70
71
72
73
74
75
76
77
65
66
67
68
69
70
71

72
73
74
75
76







-





* An IRC channel named `#objfw` on `irc.oftc.net`

Please don't hesitate to join any or all of those!

# Donating

If you want to donate to ObjFW, you can read about possible ways to do so [here](Donating).


# Thanks

* Thank you to [Jonathan Neuschäfer](https://github.com/neuschaefer) for reviewing the *entirety* (all 84k LoC at the time) of ObjFW's codebase in 2017!
* Thank you to [Hill Ma](https://github.com/mahiuchun) for donating an M1 Mac Mini to the project in 2022!