diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-09-13 11:35:43 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-09-13 11:56:26 +0300 |
commit | 9916b2b3577c4dc6d59397dd8585630297b9e594 (patch) | |
tree | adffc64ddd0c80c53383f3ca7435f1883dac1e1a /contrib/libs/libaio/INSTALL | |
parent | 28666be3eead21a7ab832b3a9babaf95cad841d3 (diff) | |
download | ydb-9916b2b3577c4dc6d59397dd8585630297b9e594.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/libs/libaio/INSTALL')
-rw-r--r-- | contrib/libs/libaio/INSTALL | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/contrib/libs/libaio/INSTALL b/contrib/libs/libaio/INSTALL new file mode 100644 index 0000000000..29b907797a --- /dev/null +++ b/contrib/libs/libaio/INSTALL @@ -0,0 +1,18 @@ +To install the library, execute the command: + + make prefix=`pwd`/usr install + +which will install the binaries and header files into the directory +usr. Set prefix=/usr to get them installed into the main system. + +Please note: Do not attempt to install on the system the +"libredhat-kernel.so" file. It is a dummy shared library +provided only for the purpose of being able to bootstrap +this facility while running on systems without the correct +libredhat-kernel.so built. The contents of the included +libredhat-kernel.so are only stubs; this library is NOT +functional for anything except the internal purpose of +linking libaio.so against the provided stubs. At runtime, +libaio.so requires a real libredhat-kernel.so library; this +is provided by the Red Hat kernel RPM packages with async +I/O functionality. |