darling-libkqueue/www/install.html.in
mheily 1ce1560515 improved rpm build
git-svn-id: svn://svn.code.sf.net/p/libkqueue/code/trunk@337 fb4e3144-bc1c-4b72-a658-5bcd248dd7f7
2010-09-15 02:50:30 +00:00

34 lines
592 B
HTML

m4_include(header.m4)
<h2>Installation</h2>
Here are the instructions for building the source code on a variety of operating systems.
<h3>Linux</h3>
libkqueue currently requires the following:
<ul>
<li>GCC
<li>Linux 2.6.22 or higher
<li>glibc 2.8 or higher
</ul>
<h3>Solaris</h3>
The Solaris port requires Solaris 10 or higher, and uses the GNU compiler and toolchain.
<h3>Nexenta</h3>
To build on Nexenta, the <code>gcc-multilib</code> package is required.
<h3>RHEL 5</h3>
<pre>
Required packages: glibc-headers, gcc
Recommended packages: rpm-build
</pre>
m4_include(footer.m4)