Skip to content

Commit

Permalink
v2.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Perlover committed Dec 7, 2023
1 parent dd21def commit 25bf4b8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions PERLOVER.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/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 -DCMAKE_PREFIX_PATH=/usr/bin/cmake -DKEEPASSXC_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=~/.local ..
make -j12 install

0 comments on commit 25bf4b8

Please sign in to comment.