File: INSTALL

package info (click to toggle)
sideretro 1.1.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,636 kB
  • sloc: ansic: 15,270; perl: 46; python: 44; makefile: 3
file content (21 lines) | stat: -rw-r--r-- 646 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Installation
------------

sideRETRO uses Meson build system to manage configuration and compilation process.
To build and install sideRETRO, type the following commands:

    $ meson build
    $ ninja -C build
    $ Optional: ninja -C build install

By default, sideRETRO will install under '/usr/local'.
The configure script can customize the prefix directory. Run:

    $ meson configure build

for instructions and other installation options.

You may need to execute "ninja -C build install" as root
(i.e. sudo ninja -C build install) if installing to system directories.

For more details about Meson, please visit https://mesonbuild.com/.