DEV Community

SolBeen Kwon
SolBeen Kwon

Posted on

[meson , ninja] install

ninja download

git clone https://github.com/ninja-build/ninja
Enter fullscreen mode Exit fullscreen mode

ninja build & install

./configure.py --bootstrap
Enter fullscreen mode Exit fullscreen mode

meson download

git clone https://github.com/mesonbuild/meson
Enter fullscreen mode Exit fullscreen mode

Look at the tag name in the git log and check out at the time of release of the version. ex (git checkout 0.41.1 )

sudo python3 setup.py install
Enter fullscreen mode Exit fullscreen mode

Top comments (0)