Commit 0a7602e7 authored by Gaël Bonithon's avatar Gaël Bonithon
Browse files

Update README after switchover to meson

parent ba762de8
Loading
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -32,17 +32,17 @@ for details on changes and fixes made in the current release.
From source code repository: 

    % cd xfce4-notes-plugin
    % ./autogen.sh
    % make
    % make install
    % meson setup build
    % meson compile -C build
    % meson install -C build

From release tarball:

    % tar xf xfce4-notes-plugin-<version>.tar.bz2
    % tar xf xfce4-notes-plugin-<version>.tar.xz
    % cd xfce4-notes-plugin-<version>
    % ./configure
    % make
    % make install
    % meson setup build
    % meson compile -C build
    % meson install -C build

### Reporting Bugs