Skip to content

gitGNU/gnu_libcasheph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  Copyright (C) 2013 Eric P. Hutchins

  This file is part of libcasheph.

  libcasheph is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation, either version 3 of the License, or
  (at your option) any later version.

  libcasheph is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with libcasheph.  If not, see <http://www.gnu.org/licenses/>.

libcasheph is an external library for manipulating GnuCash XML files
written in C. It's purpose is to be lightweight and test-driven. It
was started specifically for developing a Ben NanoNote application for
managing GnuCash files but could be used for other purposes.

Note that currently libcasheph only supports gnucash files with one
book and using USD for all accounts/transactions/etc.

Dependencies:
 a C compiler
 zlib

To configure, type

  ./configure

Then, to build, type

  make

To test, type

  make check

To install, type

  make install

as root.

To bootstrap, type

  autoreconf -if

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published