Hi there
Can someone give me some pointers on how to use Ninja correctly?
I compiled libdrm and I wanted it to place the files in the correct location instead of having to this manually.
Some advice/suggestions would be welcome
Moderator: Forum moderators
Hi there
Can someone give me some pointers on how to use Ninja correctly?
I compiled libdrm and I wanted it to place the files in the correct location instead of having to this manually.
Some advice/suggestions would be welcome
Jasper wrote: Thu Dec 22, 2022 2:32 pmHi there
Can someone give me some pointers on how to use Ninja correctly?
I compiled libdrm and I wanted it to place the files in the correct location instead of having to this manually.
Some advice/suggestions would be welcome
example with the package libdrm_2.4.114.tar.xz
Code: Select all
tar -xf /root/libdrm_2.4.114.tar.xz
Code: Select all
cd /root/libdrm-2.4.114
Code: Select all
meson setup -Dprefix=/usr --libdir=/usr/lib/x86_64-linux-gnu build
.
and to keep it in a specific folder.
Code: Select all
DESTDIR=/root/libdrm-2.4.114_amd64 ninja -C build install
Devuanpup
https://sourceforge.net/projects/devuanpup/
telegram
https://t.me/puppylatino