-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL
37 lines (25 loc) · 1.11 KB
/
INSTALL
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
Mind Map Architect (mmarchitect) Instalation
--------------------------------------------
To build and install Mind Map Architect, you can this commands:
$ meson build
$ ninja -C build
$ sudo ninja -C build install
$ sudo update-mime-database
By default, mmarchitect will install under /usr/local directory. To configure
this settings, use PREFIX variable. For more help about configuration and
installation run:
$ make help
You set these variables:
* PREFIX - installation tree target (/usr/local)
* DATADIR - directory target for UI elements (PREFIX/share/mmarchitect)
* LOCALEDIR - directory target for locales (PREFIX/share/locale)
* CFLAGS - additional FLAGS fo C compiler
* DEBUG - switch which set -g -D DEBUG CFLAGS
* VALAC - path to vala compiler
* INSTALL - path to install tool
If you can uninstall mmarchitect from source directory, use uninstall rule:
# make uninstall
For compiling only from c files (without vala) try to use -c- source package and
read README.c.
For compiling mmarchitect on windows, please read README.Win32.
Copyright 2011-2018 Ondrej Tuma