pst-format / libpst

library for reading Microsoft Outlook PST files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starting with an unpacked tarball, try this:

    ./configure
    make
    su
    make install


Starting with a Git working directory, try this:

    make -f *cvs
    make -C xml all distclean
    make distcheck

About

library for reading Microsoft Outlook PST files

License:GNU General Public License v2.0


Languages

Language:C 76.4%Language:C++ 17.3%Language:M4 2.2%Language:Makefile 1.5%Language:Shell 1.2%Language:HTML 0.8%Language:Python 0.6%