prt-get/INSTALL
John McQuah dad928b20f fix printf when used with --regex
strip parentheses from the Optionals line

replace deprecated autotools commands in INSTALL
2023-12-23 13:50:23 +00:00

8 lines
146 B
Plaintext

Installing prt-get
------------------
Installing prt-get is just a matter of
meson setup bld --prefix=/usr
cd bld && meson compile
meson install