File: INSTALLING.md

package info (click to toggle)
gexiv2 0.14.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,076 kB
  • sloc: cpp: 4,257; python: 1,019; ansic: 429; xml: 53; makefile: 24; sh: 17
file content (18 lines) | stat: -rw-r--r-- 531 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
gexiv2 Installation
===================

To build and install gexiv2, type the following commands:

	$ meson setup build && cd build
	$ ninja
	$ ninja test
	$ ninja install

* By default, gexiv2 will install under /usr/local.  The configure script
  can customize the prefix directory.  Run `meson setup --help` for
  instructions and other installation options.
* You may need to execute `ninja install` as root (i.e. `sudo ninja install`)
  if installing to system directories.


Copyright 2016 Software Freedom Conservancy Inc.