diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-04-14 17:32:40 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-04-14 17:32:40 +0000 |
commit | 8c6443cea30170a5b4e2bbadfece0a7894d4fc0a (patch) | |
tree | bcfbb1b2d82a627e7552a62f896e1f7f608291af | |
parent | added translators in about box (diff) | |
download | gpg4usb-8c6443cea30170a5b4e2bbadfece0a7894d4fc0a.tar.gz gpg4usb-8c6443cea30170a5b4e2bbadfece0a7894d4fc0a.zip |
fixed badass a bug and updates README.build
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@304 34ebc366-c3a9-4b3c-9f84-69acf7962910
-rw-r--r-- | README.build | 36 | ||||
-rw-r--r-- | gpgwin.cpp | 2 |
2 files changed, 25 insertions, 13 deletions
diff --git a/README.build b/README.build index 746b690..e446c9e 100644 --- a/README.build +++ b/README.build @@ -11,25 +11,22 @@ Libraries needed: Get static qt-builds for windows from unetbootin and extract to winbuild/qt4.5 http://launchpad.net/unetbootin/trunk/trunk/+download/qt4.5-win.7z -Download Qt-Sources, untar and build static(for 32bit) -http://get.qt.nokia.com/qt/source/qt-x11-opensource-src-4.5.2.tar.gz - -./configure -no-xrandr -no-xinerama -no-glib -no-sm -no-webkit -qt-zlib -qt-libpng -no-qt3support -no-phonon -no-phonon-backend -no-gtkstyle -static -nomake examples -nomake demos -nomake docs -opensource -prefix ~/qt-x11-opensource-src-4.5.2 -platform linux-g++-32 -no-exceptions -qt-libjpeg +Get static qt-builds for linux from unetbootin and extract to linbuild/qt4.5 +http://launchpad.net/unetbootin/trunk/trunk/+download/qt4.5-x11.7z -make && make install - -mv ~/qt-x11-opensource-src-4.5.2 linbuild/qt4.5 - - -Putting a symlink to libstdc++.a in linbuild/lib includes in build: -ln -s /usr/lib/gcc/x86_64-linux-gnu/4.4/32/libstdc++.a linbuild/lib/ +Putting a symlink to libstdc++.a in linbuild/lib includes libstdc in the executable. Build: ------ comment out libs-line in gpg4usb.pro +Build start_windows.exe +make clean ./qmake-windows.sh -./qmake-linux.sh +make +make clean +./qmake-linux.sh +make Useful Links: --------------------- @@ -40,3 +37,18 @@ Coding Style: ------------- http://techbase.kde.org/Policies/Kdelibs_Coding_Style +-------------------------------------------------------------------------- +-------------------------------------------------------------------------- +-------------------------------------------------------------------------- + +Building qt yourself (see http://sourceforge.net/apps/trac/unetbootin/wiki/compile) +Download Qt-Sources, untar and build static(for 32bit) +http://get.qt.nokia.com/qt/source/qt-x11-opensource-src-4.5.2.tar.gz + +./configure -no-xrandr -no-xinerama -no-glib -no-sm -no-webkit -qt-zlib -qt-libpng -no-qt3support -no-phonon -no-phonon-backend -no-gtkstyle -static -nomake examples -nomake demos -nomake docs -opensource -prefix ~/qt-x11-opensource-src-4.5.2 -platform linux-g++-32 -no-exceptions -qt-libjpeg + +make && make install + +mv ~/qt-x11-opensource-src-4.5.2 linbuild/qt4.5 + + @@ -58,7 +58,7 @@ GpgWin::GpgWin() mKeyList->addMenuAction(appendSelectedKeysAct); restoreSettings(); -a} +} void GpgWin::restoreSettings() { |