forked from linuxmint/cinnamon-menus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
48 lines (29 loc) · 1.19 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
cinnamon-menus
===========
cinnamon-menus contains the libcinnamon-menu library, the layout configuration
files for the Cinnamon menu, as well as a simple menu editor.
The libcinnamon-menu library implements the "Desktop Menu Specification"
from freedesktop.org:
http://freedesktop.org/wiki/Specifications/menu-spec
http://specifications.freedesktop.org/menu-spec/menu-spec-latest.html
You may download updates to the package from:
https://github.com/linuxmint/cinnamon-menus/releases
Installation
============
1) Run meson with options you like. The following configuration installs
all binaries, libs, and shared files into /usr/local, and enables all
available options:
meson debian/build \
--prefix=/usr/local \
--buildtype=plain \
-D deprecated_warnings=false
2) Compile and install (sudo is needed for install)
ninja -C debian/build
ninja -C debian/build install
3) You can uninstall the installed files with
ninja -C debian/build uninstall
How to report bugs
==================
Bugs should be reported to the Cinnamon bug tracking system:
https://github.com/linuxmint/cinnamon-menus/issues
You will need to create an account for yourself.