From 75fa38b2f20a3ec9ff6c5458a7754bcef693a584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hnyk?= Date: Mon, 19 Sep 2022 11:06:27 +0200 Subject: [PATCH] Add ./configure command to readme Fixes https://github.com/kitone/subtitleeditor/issues/37 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 59c0d8cd..2161c52a 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ Source tarballs, installing from a source tarball: ```bash ./autogen.sh +./configure make sudo make install ```