From ba79334d4cf462d6402399896dab5e13fbbb45a4 Mon Sep 17 00:00:00 2001 From: zadam Date: Thu, 10 Jan 2019 22:29:31 +0100 Subject: [PATCH] Updated Manual server installation (markdown) --- ...installation.md => Manual-server-installation.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) rename Manual server installation.md => Manual-server-installation.md (78%) diff --git a/Manual server installation.md b/Manual-server-installation.md similarity index 78% rename from Manual server installation.md rename to Manual-server-installation.md index e4d2a12..74ace43 100644 --- a/Manual server installation.md +++ b/Manual-server-installation.md @@ -11,19 +11,10 @@ node --version If your linux distribution has only outdated version of node.js, you can take a look at the [[installation instructions|https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions]] on node.js website which covers most popular distributions. -### Image requirements -If you want to use Trilium server installation only as a [[sync server|Synchronization]], you can skip this section. - -To compile libraries required for image support you need to have "autoconf" installed. In ubuntu you can do this with +### Dependencies ~~~~ -sudo apt install autoconf -~~~~ - -To work with PNG files you'll also need libpng16-16 library. - -~~~~ -sudo apt install libpng16-16 +sudo apt install libpng16-16 libpng-dev pkg-config autoconf libtool build-tools ~~~~ ## Installation