From 4e2c6725d58b3db592dc502900eb25b120f32b35 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Thu, 10 Feb 2022 05:21:38 +0100 Subject: [PATCH] Update README --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4f8174c..4643301 100644 --- a/README.md +++ b/README.md @@ -80,11 +80,15 @@ The latest source releases can be found [here](https://github.com/tio/tio/releas Install steps: ``` - $ ./configure - $ make - $ make install + $ meson build + $ meson compile -C build + $ meson install -C build ``` -See INSTALL file for more installation details. + +See meson\_options.txt for tio specific build options. + +Note: Please do no try to install from source if you are not familiar with +how to build stuff using meson. ## 4. Contributing