From f21b331844be008761b79666e7d2ca837d117997 Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Sat, 30 Nov 2013 12:49:29 +0100 Subject: [PATCH] Drop OS specific instructions from INSTALL file. Moved to https://www.keepassx.org/dev/projects/keepassx/wiki/Install_instructions --- INSTALL | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/INSTALL b/INSTALL index 7a80afca..028ccff2 100644 --- a/INSTALL +++ b/INSTALL @@ -16,15 +16,13 @@ Installing: =========== make install [DESTDIR=X] +Create a bundle on Mac: +make package + Run tests: ========== make test [CTEST_OUTPUT_ON_FAILURE=1] [ARGS+=-jX] [ARGS+="-E testgui"] -Building on Mac OS X: -===================== -Install macports and cmake -Open /opt/local/etc/macports/macports.conf and set the architecture(s) you want to build for. -Run: sudo port install qt4-mac libgcrypt zlib - If you want to build a universal binary append " +universal" to the above command. -Pass -DCMAKE_OSX_ARCHITECTURES=";" to cmake -Run: make package +OS specific instructions: +========================= +https://www.keepassx.org/dev/projects/keepassx/wiki/Install_instructions