diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | # messenger-gtk | 1 | # Messenger-GTK |
2 | 2 | ||
3 | A GTK based GUI for the Messenger service of GNUnet. | 3 | A GTK based GUI for the Messenger service of GNUnet. |
4 | 4 | ||
@@ -48,3 +48,13 @@ Then you can simply use the provided Makefile as follows: | |||
48 | - `make debug` to compile everything with debug parameters | 48 | - `make debug` to compile everything with debug parameters |
49 | - `make release` to compile everything with build optimizations enabled | 49 | - `make release` to compile everything with build optimizations enabled |
50 | - `make install` to install the compiled files (you might need sudo permissions to install) | 50 | - `make install` to install the compiled files (you might need sudo permissions to install) |
51 | |||
52 | ## Contribution | ||
53 | |||
54 | If you want to contribute to this project as well, the following options are available: | ||
55 | |||
56 | * Contribute directly to the [source code](https://git.gnunet.org/messenger-gtk.git/) with patches to fix issues, implement new features or improve the usability. | ||
57 | * Open issues in the [bug tracker](https://bugs.gnunet.org/bug_report_page.php) to report bugs, issues or missing features. | ||
58 | * Contact the authors of the software if you need any help to contribute (testing is always an option). | ||
59 | |||
60 | The list of all previous authors can be viewed in the provided [file](AUTHORS). | ||