diff options
| author | Oliver <zen@noreply.codeberg.org> | 2025-03-11 18:38:17 +0000 |
|---|---|---|
| committer | Oliver <zen@noreply.codeberg.org> | 2025-03-11 18:38:17 +0000 |
| commit | a9710fcf0ea61a63ad10f58005456983cbb07b74 (patch) | |
| tree | bc17a9aecdbf15433fdf78cbb2595650e5a29784 /README.md | |
| parent | 1950e547057040fc5fdba0bd1e1af39cac5404f3 (diff) | |
| parent | 824d2418580968b88e28ee658ddb2349825a7367 (diff) | |
Merge pull request 'master' (#2) from grunfink/snac2:master into master
Reviewed-on: https://codeberg.org/zen/snac2/pulls/2
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -26,7 +26,7 @@ This is not the manual; man pages `snac(1)` (user manual), `snac(5)` (formats) a ## Building and installation -This program is written in highly portable C. The only external dependencies are `openssl` and `curl`. +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`. On Debian/Ubuntu, you can satisfy these requirements by running @@ -124,4 +124,6 @@ See the LICENSE file for details. grunfink [@grunfink@comam.es](https://comam.es/snac/grunfink) with the help of others. -Buy grunfink a coffee: https://ko-fi.com/grunfink +Buy grunfink a coffee: https://ko-fi.com/grunfink/ + +Contribute via LiberaPay: https://liberapay.com/grunfink/ |