Changes between Initial Version and Version 1 of Ticket #4914, comment 2


Ignore:
Timestamp:
08/30/2021 11:48:00 AM (3 years ago)
Author:
Xi Ruoyao

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4914, comment 2

    initial v1  
    1515mkdir build
    1616cd build
    17 meson .. --prefix=/usr ... # follow systemd instruction
     17meson .. --prefix=/usr -Dlink-udev-shared=false \
     18      ... ... ... # follow systemd instruction
    1819
    1920# build
     
    2627ln -sv ../bin/udevadm /usr/sbin/udevd
    2728install -vm755 libudev.so{,*[0-9]} /usr/lib
     29install -vm755 $(find src/udev -type f | fgrep -v ".") /usr/lib/udev
    2830install -vm644 src/libudev/*.pc /usr/lib/pkgconfig
    2931install -vm644 src/udev/*.pc /usr/share/pkgconfig