LibHdate is a small C,C++ library for Hebrew calendar and dates, holidays, and reading sequence (parasha).
LibHdate is using the sorce code from Amos Shapir's hdate package fixed and patched by Nadav Har'El.
The Torah reading sequence is from tables by Zvi Har'El.
Installation:
From source:
Untar:
tar -xvzf libhdate-XXX.tar.gz
Configure:
cd libhdate-XXX
configure --prefix=/usr [--enable-examples --enable-python --enable-perl --enable-pascal]
--enable-examples - build and install examples
--enable-python - build and install the python bindings
--enable-perl - build and install the perl bindings
--enable-pascal - build and install the pascal bindings
You will need swig and perl/python devel files.
Build:
make
Install:
make install (as root)
Product's homepage