1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
/************************************************************************
* $Id: README,v 1.3 2004/12/16 17:52:52 thamer Exp $
*
* ------------
* Description:
* ------------
* This README file is intended to be give a glimpse of what the
* Islamic Tools Library (ITL) project is all about.
*
* For INSTALL details note the 'Basic Instructions' section below.
*
* -----------------
* Revision Details: (Updated by Revision Control System)
* -----------------
* $Date: 2004/12/16 17:52:52 $
* $Author: thamer $
* $Revision: 1.3 $
* $Source$
*
************************************************************************/
The ITL library is a collaborative effort of various Islamic
organizations and Arabeyes.org. The Islamic Tools Library is a
project to provide a comprehensive library support for many common
Islamic routines.
ITL is currently composed of two library-modules, (see the
corresponding README file in each module directory for more details.)
+ prayertime : Geographically-aware prayer time and Qibla calculation routines.
+ hijri : Hijri date generation/calculation and conversion routines.
The project's homepage is,
http://www.arabeyes.org/project.php?proj=ITL
-------------------
Basic Instructions:
-------------------
+ Download the package to you local machine
+ If you are grabbing the source from CVS,
- run './autogen.sh'
+ To configure and compile the package,
- run './configure'
- run 'make'
+ To install post a succesful compilation,
- run 'make install'
NOTE: You may build and install individual components
by themselves by appending "-components" to the
above targets (ie. install-components, etc...).
--------------------
Support/Suggestions:
--------------------
The project is always in need of volunteers, so if you think
you have a better implementation and/or would like to augment
the library with an addition of your own, ,mail your ideas,
comments and suggestions to 'developer -at- arabeyes .org'
Salam and have fun!
|