summaryrefslogtreecommitdiffstats
path: root/keepassx
diff options
context:
space:
mode:
authorNathan Angelacos <nangel@alpinelinux.org>2017-01-18 14:01:49 -0500
committerNathan Angelacos <nangel@alpinelinux.org>2017-01-18 14:01:49 -0500
commita81a2bdb1780d853eea45e7a0f0c107714449b0a (patch)
tree8831d3106d409bec459ed4804ac3f332f4a68176 /keepassx
parent78caf1803c36cad3a62a0c37ae98d632685ec4e3 (diff)
downloadaports-a81a2bdb1780d853eea45e7a0f0c107714449b0a.tar.bz2
aports-a81a2bdb1780d853eea45e7a0f0c107714449b0a.tar.xz
delete unneeded file
Diffstat (limited to 'keepassx')
-rw-r--r--keepassx/keypassx-compile.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/keepassx/keypassx-compile.txt b/keepassx/keypassx-compile.txt
deleted file mode 100644
index 26e1cd1..0000000
--- a/keepassx/keypassx-compile.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-
-First you should have these packages installed:
-apt-get install cmake g++ libqt4-core libqt4-dev libgcrypt-dev zlib1g zlib1g-dev
-
-
-Now you can download the latest keepassX package and compile it:
-wget https://www.keepassx.org/releases/2.0.3/keepassx-2.0.3.tar.gz
-tar zxvf keepassx-2.0.3.tar.gz
-cd keepassx-2.0.3/
-mkdir build
-cd build
-cmake -DCMAKE_INSTALL_PREFIX=/usr/local ..
-
-As root:
-make install
-