Codebase list libgdf / debian/0.1.1_svn62-1
debian/0.1.1_svn62-1

Tree @debian/0.1.1_svn62-1 (Download .tar.gz)

#
# 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