From 1a297864691cfbef7102f153dab9f106dec3260d Mon Sep 17 00:00:00 2001 From: Kubat <mael.martin31@gmail.com> Date: Sun, 18 Apr 2021 18:57:10 +0200 Subject: [PATCH] DOC: Update readme, liblektor is always shared now --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c8eba5d..48aa6b7b 100644 --- a/README.md +++ b/README.md @@ -94,8 +94,7 @@ The recommended `configure` command is the following: ```sh ../configure --prefix=$HOME/.local \ # To not need to sudo to install - --with-liblektor=static \ # One big executable - --enable-klkt \ # For desktop notifications + --enable-klkt=yes \ # For desktop notifications CC=clang CXX=clang++ # I prefer clang over gcc ``` -- GitLab