-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
# apt-get install git cmake build-essential gcc-multilib libboost-serialization-dev libboost-filesystem-dev libz-dev libqt4-dev libcppunit-dev libmagickcore-dev libmagick++-dev libaspell-dev aspell-en swig python-dev php5-dev libperl-dev
$ git clone git://github.com/uliss/quneiform.git
$ mkdir build
$ cd build
$ cmake -DCMAKE_BUILD_TYPE=Debug -DTESTS=ON -DWITH_SWIG=On -DWITH_PYTHON=On -DWITH_PERL=On -DWITH_PHP=On ../quneiform
$ make
$ make package
$ export CF_DATADIR=../quneiform
$ make test
$ make test_all
# zypper install git cmake gcc gcc-c++ boost-devel libcppunit-devel aspell-devel
# zypper install aspell-ru zlib-devel libMagick++-devel libqt4-devel python-xml libpoppler-qt4-devel
$ git clone git://github.com/uliss/quneiform.git
$ mkdir build
$ cd build
$ cmake -DCMAKE_BUILD_TYPE=Debug -DTESTS=ON ../quneiform
$ make
$ make package
# yum install cmake git gcc-c++ ImageMagick-c++-devel boost-devel zlib-devel qt4-devel cppunit-devel aspell-devel
$ git clone git://github.com/uliss/quneiform.git
$ mkdir build
$ cd build
$ cmake -DCMAKE_BUILD_TYPE=Debug -DTESTS=ON ../quneiform
$ make