Am Dienstag, 7. Oktober 2014, 08:10:03 schrieb Cristian Oneț: > Christian could you post the steps you use to build > aqbanking/gwenhywfar from git? My automake is a bit rusty.
Well, that is something I try to avoid as well. For the account number address book you do not need aqbanking or gwenhywfar, even KBanking is not required. So compiling should be really easy (if you handle KService/Plugins the right way). If you are still interested, here is how I do it. I assume you have the latest git/svn versions [1] of aqbanking and gwenhywfar in different folders. For install I use one folder for both (called $INSALL_PATH here). Create a build folder for gwenhyfar and use ../wherever/gwenhywfar/configure --prefix=$INSTALL_PATH --with-guis="cpp qt4" -- with-qt4-libs=/usr/lib64/qt4/lib/ --with-plugin- searchdir=$INSTALL_PATH/lib64/gwenhywfar/plugins/60/ make -j7 make -j7 install make srcdoc then change to the source directory of aqbanking make -f Makefile.cvs cd $BUILD_DIRECTORY_AQBANKING ../wherever/aqbanking/configure --prefix=$INSTALL_PATH --with-plugin- searchdir=$INSTALL_PATH/lib64/aqbanking/plugins/34/ --with-gwen- dir=$INSTALL_PATH --enable-debug --with-backends=aqhbci --enable-local-install make -j7 make -j7 install make srcdoc Maybe "--with-data-searchdir=$INSTALL_PATH/share/ --with-local- searchdir=$INSTALL_PATH/share/" is needed for aqbanking's configure as well. Also I am on openSuse, so the lib path is lib64, maybe you have to change that in the configure options. Thanks to the CMake config-files in aqbanking and gwenhywfar you just have to add $INSTALL_PATH to CMAKE_PREFIX_PATH. I wish you a lot of luck! Greetings Chris [1] AqBanking is at http://git.aqbanking.de/git/aqbanking.git now, I do not know if gwenhywfar moved to git already _______________________________________________ KMyMoney-devel mailing list KMyMoney-devel@kde.org https://mail.kde.org/mailman/listinfo/kmymoney-devel