From ff6d78244bdb5b70839b211eb57827ce2c1f31d6 Mon Sep 17 00:00:00 2001 From: louib Date: Wed, 4 Jan 2017 18:47:29 -0500 Subject: [PATCH] Updated INSTALL documentation. (#140) * KeePassCR -> KeePassXC in INSTALL * Added .md extension to INSTALL. --- INSTALL => INSTALL.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename INSTALL => INSTALL.md (90%) diff --git a/INSTALL b/INSTALL.md similarity index 90% rename from INSTALL rename to INSTALL.md index eca9cb47f..deed3e5c6 100644 --- a/INSTALL +++ b/INSTALL.md @@ -1,7 +1,7 @@ -Install KeePassXR +Install KeePassXC ================= -This document will guide you across the steps to install KeePassXR. +This document will guide you across the steps to install KeePassXC. You can visit the online version of this document a the following link https://github.com/keepassxreboot/keepassx/wiki/Install-Instruction-from-Source @@ -39,7 +39,7 @@ Build Steps To compile from source, open a **Terminal (on Linux/MacOS)** or a **MSYS2-MinGW shell (on Windows)**
**Note:** on Windows make sure you are using a **MINGW shell** by checking the label before the current path -Navigate to the path you have downloaded KeePassXR and type these commands: +Navigate to the path you have downloaded KeePassXC and type these commands: ``` mkdir build @@ -50,7 +50,7 @@ make **Note:** If you are on MacOS you must add this parameter to **Cmake**, with the Qt version you have installed
`-DCMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.6.2/lib/cmake/` -You will have the compiled KeePassXR binary inside the `./build/src/` directory. +You will have the compiled KeePassXC binary inside the `./build/src/` directory. Common cmake parameters ``` @@ -79,7 +79,7 @@ DESTDIR=X Packaging ========= -You can create a package to redistribute KeePassXR (zip, deb, rpm, dmg, etc..) +You can create a package to redistribute KeePassXC (zip, deb, rpm, dmg, etc..) ``` make package ```