The libptytty package provides a library that allows for OS independent and secure pty/tty and utmp/wtmp/lastlog handling.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):http://dist.schmorp.de/libptytty/libptytty-2.0.tar.gz
MD5 校验和:2a7f3f3c0d3ef71902da745dc7959529
大小:48 KB
预计所需磁盘空间:1.4 MB
预计构建时间:小于 0.1 SBU
Install libptytty by running the following commands:
mkdir build &&
cd build &&
cmake -D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=Release \
-D PT_UTMP_FILE=/run/utmp \
.. &&
make
This package does not come with a test suite.
Now, as the root user:
make install