mirror of
https://github.com/zadam/trilium.git
synced 2024-11-13 03:04:27 +08:00
Updated Manual server installation (markdown)
parent
37f03b8674
commit
ba79334d4c
1 changed files with 2 additions and 11 deletions
|
@ -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.
|
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
|
### Dependencies
|
||||||
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
|
|
||||||
|
|
||||||
~~~~
|
~~~~
|
||||||
sudo apt install autoconf
|
sudo apt install libpng16-16 libpng-dev pkg-config autoconf libtool build-tools
|
||||||
~~~~
|
|
||||||
|
|
||||||
To work with PNG files you'll also need libpng16-16 library.
|
|
||||||
|
|
||||||
~~~~
|
|
||||||
sudo apt install libpng16-16
|
|
||||||
~~~~
|
~~~~
|
||||||
|
|
||||||
## Installation
|
## Installation
|
Loading…
Reference in a new issue