From: Alan Knowles Date: Sat, 3 Feb 2024 11:54:17 +0000 (+0800) Subject: update readme to include link to language server X-Git-Tag: release-5.0.2~11 X-Git-Url: http://git.roojs.org/?p=roobuilder;a=commitdiff_plain;h=1a9705f6e35462381b601c676d371b7ad126e548 update readme to include link to language server --- 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