1autotools: 2 3 $ ./configure 4 $ sudo make install 5 6meson: 7 8 $ meson setup build 9 $ meson configure build 10 $ sudo meson -C build install 11