Skip to content

Commit

Permalink
update to 2.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Perlover committed Dec 29, 2022
1 parent 63b2394 commit bf232bc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions PERLOVER.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash

set -e

export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

rm -rf build
mkdir build
cd build
#cmake -DWITH_XC_ALL=ON -DWITH_XC_NETWORKING=OFF -DWITH_XC_UPDATECHECK=OFF -DCMAKE_PREFIX_PATH=/usr/bin/cmake -DCMAKE_INSTALL_PREFIX=~/.local ..

cmake -DWITH_XC_ALL=ON -DCMAKE_PREFIX_PATH=/usr/bin/cmake -DKEEPASSXC_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=~/opt/KeePassXC ..
make -j12 install

0 comments on commit bf232bc

Please sign in to comment.