From 1379f5db9e2d2eb7740bcba886fd5a1b870f4ce6 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Fri, 2 Oct 2020 02:17:51 -0700 Subject: [PATCH] Simplify README. [ci skip] --- README.md | 38 -------------------------------------- 1 file changed, 38 deletions(-) diff --git a/README.md b/README.md index e28fec5f1..dd74f7c92 100644 --- a/README.md +++ b/README.md @@ -10,44 +10,6 @@ Matrix is about giving you control over your communication; Construct is about giving you control over Matrix. Your privacy and security matters. We encourage you to contribute new ideas and are liberal in accepting experimental features. -## Installation - -### Dependencies - -- **Boost** library 1.66+ -- **RocksDB** library 5.17.2+ -- **Sodium** library for curve ed25519. -- **OpenSSL** library for HTTPS TLS / X.509. -- **Magic** library for MIME type recognition. - -##### OPTIONAL - -- **lz4** or **snappy** database compressions. -- **GraphicsMagick** for media thumbnails. -- **jemalloc** for dynamic memory. -- **ICU** for unicode tools. - -##### BUILD TOOLS - -- **GNU C++** compiler, ld.gold, automake, autoconf, autoconf2.13, -autoconf-archive, libtool. - -- A platform capable of loading dynamic shared objects at runtime is required. - - - ### Getting Started 1. At this phase of development the best thing to do is pull the master branch