File: INSTALL

package info (click to toggle)
gedit-latex-plugin 46.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,876 kB
  • sloc: python: 6,980; xml: 1,962; perl: 260; makefile: 11
file content (16 lines) | stat: -rw-r--r-- 241 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Installation Instructions
*************************

* mkdir build

* meson setup build

* cd build

* meson --prefix /your/prefix
(if you want to run from source: "meson --prefix $(pwd)")

* ninja

* ninja install
(or "sudo ninja install")