diff options
| author | 2025-03-20 22:54:56 +0100 | |
|---|---|---|
| committer | 2025-03-20 22:54:56 +0100 | |
| commit | 0aeebc177f7f40cd583c65a085c51a9398995135 (patch) | |
| tree | 7d4c79b675b612ffd16b645f2014dfc9c231c25c /README.md | |
| parent | Merge remote-tracking branch 'upstream/master' into curl-smtp (diff) | |
| parent | Version 2.74 RELEASED. (diff) | |
| download | snac2-0aeebc177f7f40cd583c65a085c51a9398995135.tar.gz snac2-0aeebc177f7f40cd583c65a085c51a9398995135.tar.xz snac2-0aeebc177f7f40cd583c65a085c51a9398995135.zip | |
Merge tag '2.74' into curl-smtp
Version 2.74 RELEASED.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
| @@ -26,7 +26,7 @@ This is not the manual; man pages `snac(1)` (user manual), `snac(5)` (formats) a | |||
| 26 | 26 | ||
| 27 | ## Building and installation | 27 | ## Building and installation |
| 28 | 28 | ||
| 29 | This program is written in highly portable C. The only external dependencies are `openssl` and `curl`. | 29 | This program is written in highly portable C. It uses the `__attribute__((__cleanup__))` GNU extension, that is supported at least by the `gcc`, `clang` and `tcc` C compilers. The only external dependencies are `openssl` and `curl`. |
| 30 | 30 | ||
| 31 | On Debian/Ubuntu, you can satisfy these requirements by running | 31 | On Debian/Ubuntu, you can satisfy these requirements by running |
| 32 | 32 | ||
| @@ -82,6 +82,8 @@ From version 2.68, Linux Landlock sandboxing is included (not supported on Linux | |||
| 82 | make CFLAGS=-DWITH_LINUX_SANDBOX | 82 | make CFLAGS=-DWITH_LINUX_SANDBOX |
| 83 | ``` | 83 | ``` |
| 84 | 84 | ||
| 85 | From version 2.73, the language of the web UI can be configured; the `po/` source subdirectory includes a set of translation files, one per language. After initializing your instance, copy whatever language file you want to use to the `lang/` subdirectory of the base directory. | ||
| 86 | |||
| 85 | See the administrator manual on how to proceed from here. | 87 | See the administrator manual on how to proceed from here. |
| 86 | 88 | ||
| 87 | ## Testing via Docker | 89 | ## Testing via Docker |
| @@ -124,4 +126,6 @@ See the LICENSE file for details. | |||
| 124 | 126 | ||
| 125 | grunfink [@grunfink@comam.es](https://comam.es/snac/grunfink) with the help of others. | 127 | grunfink [@grunfink@comam.es](https://comam.es/snac/grunfink) with the help of others. |
| 126 | 128 | ||
| 127 | Buy grunfink a coffee: https://ko-fi.com/grunfink | 129 | Buy grunfink a coffee: https://ko-fi.com/grunfink/ |
| 130 | |||
| 131 | Contribute via LiberaPay: https://liberapay.com/grunfink/ | ||