mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-26 00:05:34 -04:00
Drop OS specific instructions from INSTALL file.
Moved to https://www.keepassx.org/dev/projects/keepassx/wiki/Install_instructions
This commit is contained in:
parent
ea628af580
commit
f21b331844
1 changed files with 6 additions and 8 deletions
14
INSTALL
14
INSTALL
|
@ -16,15 +16,13 @@ Installing:
|
||||||
===========
|
===========
|
||||||
make install [DESTDIR=X]
|
make install [DESTDIR=X]
|
||||||
|
|
||||||
|
Create a bundle on Mac:
|
||||||
|
make package
|
||||||
|
|
||||||
Run tests:
|
Run tests:
|
||||||
==========
|
==========
|
||||||
make test [CTEST_OUTPUT_ON_FAILURE=1] [ARGS+=-jX] [ARGS+="-E testgui"]
|
make test [CTEST_OUTPUT_ON_FAILURE=1] [ARGS+=-jX] [ARGS+="-E testgui"]
|
||||||
|
|
||||||
Building on Mac OS X:
|
OS specific instructions:
|
||||||
=====================
|
=========================
|
||||||
Install macports and cmake
|
https://www.keepassx.org/dev/projects/keepassx/wiki/Install_instructions
|
||||||
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="<ARCH1>;<ARCH2>" to cmake
|
|
||||||
Run: make package
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue