Menu

Tree [fc8a63] master /
 History

HTTPS access


File Date Author Commit
 cmake 2013-01-09 Martin Billinger Martin Billinger [dd3a16] Cython: Exposing part of the Writer API to python
 distro 2012-11-29 Martin Billinger Martin Billinger [9b4a0a] Added maintainer information to PKGBUILD
 doc 2012-11-15 Martin Billinger Martin Billinger [e2032e] Merge branch 'master' of ssh://libgdf.git.sourc...
 libgdf 2014-04-08 Martin Billinger Martin Billinger [d80c2a] Fixed Performance issue in the record buffer
 matlab 2014-04-08 Martin Billinger Martin Billinger [fc8a63] Improved Matlab Command interface
 python 2013-01-10 Martin Billinger Martin Billinger [c274e8] Some more partial python wrapping
 sampledata 2013-09-07 Owen Kelly Owen Kelly [823dd4] Implements Header 3 Tag-Length-Value support.
 test 2014-04-08 Martin Billinger Martin Billinger [cc55b5] added Blitting test case
 tools 2011-05-05 Yaroslav Halchenko Yaroslav Halchenko [028f35] Merge remote-tracking branch 'alioth/debian-rel...
 CMakeLists.txt 2013-11-08 Martin Billinger Martin Billinger [5d50a1] Increased HEAD version to 0.1.4
 COPYING.LESSER.txt 2011-05-05 Yaroslav Halchenko Yaroslav Halchenko [e65df6] Merge branch 'debian' into debian-release
 COPYING.txt 2011-05-05 Yaroslav Halchenko Yaroslav Halchenko [e65df6] Merge branch 'debian' into debian-release
 README 2011-05-05 Yaroslav Halchenko Yaroslav Halchenko [e65df6] Merge branch 'debian' into debian-release
 changelog.txt 2013-11-08 Martin Billinger Martin Billinger [5d50a1] Increased HEAD version to 0.1.4

Read Me

#
# This file is part of libGDF.
#
# libGDF is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as
# published by the Free Software Foundation, either version 3 of
# the License, or (at your option) any later version.
#
# libGDF 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 Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with libGDF.  If not, see <http://www.gnu.org/licenses/>.
#
# Copyright 2010 Martin Billinger


A. Build Instructions (out of source build)

    replace $GDF_ROOT with the (relative or absolute) path to the source
    tree (e.g. ~/SVN/GDF/trunk).

    > mkdir build
    > cd build
    > cmake $GDF_ROOT
    > make
    > make check
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.