3 Star 0 Fork 1

Gitee 极速下载/audit-userspace

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/linux-audit/audit-userspace
克隆/下载
INSTALL 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
To build audit from github, cd to the place where you want everything to be.
Then do this:
git clone https://github.com/linux-audit/audit-userspace.git
cd audit-userspace
autoreconf -v --install
./configure
make dist
This will result in a tar file. This can then be used with the packaging
system for your OS. This is the recommended way to do it.
If you do not want use a packaging system, read the options from
./configure --help and choose appropriately. For example, you may want
to do something like this as root:
./configure --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin \
--sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share \
--includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec \
--localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man \
--infodir=/usr/share/info --sbindir=/sbin --libdir=/lib64 \
--with-python3=yes --enable-gssapi-krb5=yes \
--with-arm --with-aarch64 --with-riscv --with-libcap-ng=yes \
--without-golang --enable-zos-remote \
--enable-experimental --with-io_uring
make
make check
make install
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/audit-userspace.git
git@gitee.com:mirrors/audit-userspace.git
mirrors
audit-userspace
audit-userspace
master

搜索帮助