mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Updated INSTALL documentation. (#140)
* KeePassCR -> KeePassXC in INSTALL * Added .md extension to INSTALL.
This commit is contained in:
@@ -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
|
You can visit the online version of this document a the following link
|
||||||
|
|
||||||
https://github.com/keepassxreboot/keepassx/wiki/Install-Instruction-from-Source
|
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)**<br/>
|
To compile from source, open a **Terminal (on Linux/MacOS)** or a **MSYS2-MinGW shell (on Windows)**<br/>
|
||||||
**Note:** on Windows make sure you are using a **MINGW shell** by checking the label before the current path
|
**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
|
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<br/> `-DCMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.6.2/lib/cmake/`
|
**Note:** If you are on MacOS you must add this parameter to **Cmake**, with the Qt version you have installed<br/> `-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
|
Common cmake parameters
|
||||||
```
|
```
|
||||||
@@ -79,7 +79,7 @@ DESTDIR=X
|
|||||||
Packaging
|
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
|
make package
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user