From bec623c8b79ac7a45518ac1b416a80b31c56b6af Mon Sep 17 00:00:00 2001 From: Ali Gholami Rudi Date: Mon, 2 Mar 2009 10:37:59 +0330 Subject: [PATCH] README: add basic compilation guide --- README | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..518178d --- /dev/null +++ b/README @@ -0,0 +1,20 @@ +CNOOR +===== + +CNOOR is a fast and simple Quran viewer in GTK+. + +git://repo.or.cz/cnoor.git + +USAGE +===== + +First edit config.h file to set file paths and fonts. Then use make to +compile it. It should create an executable file named cnoor; you can +copy this file to your $PATH if you like. You can invoke cnoor like: + + $ cnoor [sura #] + +COPYING +======= + +CNOOR is under the terms of GNU General Public License. -- 2.11.4.GIT