From b33dcecc87ceb097c27c2e21ea01fc75064e8a02 Mon Sep 17 00:00:00 2001 From: mezomish Date: Tue, 25 Aug 2009 04:37:42 +0000 Subject: [PATCH] README updated --- README | 39 ++++++++++++++++++++++++++------------- 1 file changed, 26 insertions(+), 13 deletions(-) diff --git a/README b/README index f4da03c8..668f94dc 100644 --- a/README +++ b/README @@ -5,32 +5,45 @@ Copyright (C) 2007-2009 Mikhail Murzin Requirements: Qt (>= 4.2) QScintilla2 (>= 2.1) - -Installation: - *nix: - $ mkdir build - $ cd build - $ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=release - $ make - $ sudo make install - (to install to fake root folder for further packaging use 'make DESTDIR= install') - - License: + + +Building and Installation: + Debian, Ubuntu and all other Debian-based distros: + You will need 'fakeroot' and 'cdbs' packages, + please install them. + + $ dpkg-buildpackage -rfakeroot + + + Other distros: + $ mkdir build + $ cd build + $ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=release + $ make + $ sudo make install +To install to a fake root folder for further packaging use 'make INSTALL_ROOT= install' + + +License: JuffEd is distributed under the GNU General Public License. See COPYING for details. + Features: - multi-document interface (tabs) - syntax highlighting - code blocks folding - sessions support - find/replace using regular expressions - - charset selection + - charset selection and auto-detection - line markers - - international languages support + - international languages and Unicode support + - plugins + Homepage: https://sourceforge.net/projects/juffed/ + Bugs and feature requests: https://sourceforge.net/tracker/?group_id=205470