Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道 libevent 和 libevent-dev 之间有什么区别。所以,我已经从源代码(稳定版本 2.0.21)安装了 libevent - 我真的无法找到 libevent-dev 的源代码。libevent-dev 不是一个单独的包吗?如果我从源代码安装了 libevent stable,我不需要 libevent-dev 吗?谢谢你的时间。
我假设您指的是 Debian 软件包。debian 中的所有 -dev 软件包都提供了针对相应库编译程序所需的头文件和静态库 (.a)。而非开发包提供动态库(*.so)、手册页等。