File: INSTALL

package info (click to toggle)
frogr 1.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,796 kB
  • sloc: ansic: 18,111; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 361 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
Compiling from source code
==========================

To compile and try the application you need to have meson and ninja:

 $ meson setup --prefix /local/install/path . BUILD
 $ ninja -C BUILD
 $ ninja -C BUILD install

...and then you can run it from the directory you installed it with the
previous commands (/usr/local by default unless --prefix is used).