From ac95d85dc189fefac95d334dd04bfd5f6854e9c2 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Tue, 3 Nov 2020 06:57:21 +0100 Subject: [PATCH] Update the README --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 243e385..9fce95f 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,7 @@ Browser is a file manager and image browser. It can be extended through plug-ins, which are then displayed in the left pane of the file management windows. -Browser is part of the DeforaOS Project, and distributed under the terms of the -BSD License (2-clause). +Browser is part of the DeforaOS Project, found at https://www.defora.org/. Compiling Browser @@ -20,8 +19,10 @@ Browser depends on the following components: * Gtk+ 2 or 3 * DeforaOS libDesktop - * DocBook-XSL (for the manual pages) - * GTK-Doc (for the API documentation) + * an implementation of `make` + * gettext (libintl) for translations + * DocBook-XSL for the manual pages + * GTK-Doc for the API documentation With GCC, this should then be enough to compile and install Browser: @@ -46,3 +47,9 @@ DocBook-XSL to be installed for conversion to the HTML or man file format. Likewise, the API reference for Browser (plug-ins) is available in the `doc/gtkdoc` folder, and is generated using gtk-doc. + +Distributing Browser +-------------------- + +DeforaOS Browser is subject to the terms of the 2-clause BSD license. Please +see the `COPYING` file for more information.