summaryrefslogtreecommitdiff
path: root/openssl/INSTALL
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-02-26 17:04:25 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-02-28 16:07:10 +0300
commit0ca0851a01251b960ba19d958978004168f58593 (patch)
treed50cc7f7d17e1f1a79dd2c1026606ed23540222d /openssl/INSTALL
parent05e886fee177833f75d01ebf72f120021f71f130 (diff)
Add implementation
Diffstat (limited to 'openssl/INSTALL')
-rw-r--r--openssl/INSTALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/openssl/INSTALL b/openssl/INSTALL
new file mode 100644
index 0000000..4c55e7c
--- /dev/null
+++ b/openssl/INSTALL
@@ -0,0 +1,7 @@
+The aim of this package is to make reading the INSTALL file unnecessary. So
+next time try running:
+
+$ bpkg build openssl
+
+But if you don't want to use the package manager, then you can also build this
+package manually using the standard build2 build system.