From 0a192c6f62caf3698ce87539ae738c946dd5d0b0 Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Mon, 30 Oct 2017 20:16:41 -0300 Subject: [PATCH] add install command to examples and update to autovala 1.2.0 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a189b3e..0b2f058 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ A graphical package manager for pacman - appindicator-gtk3 (optional to build KDE tray icon) - CMake - Vala: 0.38 -- AutoVala: 1.1.2 (optional to regenerate CMake and Meson files) +- AutoVala: 1.2.0 (optional to regenerate CMake and Meson files) ## Using CMake with GNU Make @@ -44,6 +44,7 @@ cmake .. \ -DCMAKE_INSTALL_LIBDIR=/usr/lib \ -DCMAKE_INSTALL_SYSCONFDIR=/etc make +make install ``` ### Extra build flags @@ -63,6 +64,7 @@ cmake .. \ -DCMAKE_INSTALL_LIBDIR=/usr/lib \ -DCMAKE_INSTALL_SYSCONFDIR=/etc ninja +ninja install ``` ### Extra build flags @@ -80,6 +82,7 @@ meson \ --prefix=/usr \ --sysconfdir=/etc ninja +ninja install ``` ### Extra build flags @@ -97,6 +100,7 @@ The configure script is just a wrapper for CMake, in the background the build pr --libdir=/usr/lib \ --sysconfdir=/etc make +make install ``` ### Extra configure options