From 1a9705f6e35462381b601c676d371b7ad126e548 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 3 Feb 2024 19:54:17 +0800 Subject: [PATCH] update readme to include link to language server --- README.md | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 6340eba8f..9f79febf9 100644 --- a/README.md +++ b/README.md @@ -9,31 +9,27 @@ Changlog --- Debian and Ubuntu packages + * you will need libvala (available on most debian/ubuntu repos), + and vala-language-server (available below) + https://github.com/roojs/roobuilder/releases + https://github.com/roojs/vala-language-server/releases - * you will need libvala, roojspacker and a few other packages - - Building it - a) Install roojspacker (either from binary or source) - - see https://www.dropbox.com/sh/sgy9kvzkbaowa92/AAC_Yt3KWzFx8t451BiJLqQ7a?dl=0 - - b) Clone this code.. + a) Clone this code.. git clone https://github.com/roojs/roobuilder.git - c) configure it. + b) configure it. meson setup build --prefix=/usr - d) make make install + c) make make install - cd build - ninja install + ninja -C install e) run it -- 2.39.2