diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/crosscompile.html | 2 | ||||
-rw-r--r-- | doc/flags.html | 25 | ||||
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/license.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 6 |
5 files changed, 34 insertions, 3 deletions
diff --git a/doc/crosscompile.html b/doc/crosscompile.html index 6ff8bb1..c073061 100644 --- a/doc/crosscompile.html +++ b/doc/crosscompile.html @@ -83,7 +83,7 @@ the time <tt>yes</tt> or <tt>no</tt>. <p> At all times, <tt>./configure --help</tt> provides the list of sysdeps you need to provide a <tt>--with-sysdep-*</tt> option for. As of -skalibs-2.9.1.0, there is only one sysdep in this case: +skalibs-2.9.3.0, there is only one sysdep in this case: </p> <ul> diff --git a/doc/flags.html b/doc/flags.html index e6895ed..7aa8f95 100644 --- a/doc/flags.html +++ b/doc/flags.html @@ -174,5 +174,30 @@ often anyway). The default is <tt>/usr/bin:/bin</tt>, which is usually safe. </p> +<a name="sysdep"><h3> --enable-sysdep-devurandom=yes </h3></a> + +<p> + When compiling natively, skalibs probes the build system for <em>sysdeps</em>, +i.e. system-specific behaviours that influence the way skalibs must +implement certain interfaces. This autodetection can be overriden on the +configure command line: for a sysdep named <em>K</em>, if you want to +enforce the value <em>V</em>, you can use <tt>--enable-sysdep-<em>K</em>=<em>V</em></tt> +as a configure option. +</p> + +<p> +(This is similar to the <tt>ac_cv_foobar_<em>K</em>=<em>V</em></tt> environment +variable mechanism in autotools.) +</p> + +<p> + When <a href="crosscompile.html">cross-compiling</a>, there are a few sysdeps +that <em>cannot</em> be autodetected and have to be provided manually on the +command line. The <tt>devurandom</tt> sysdep, which encodes the existence of +a functional <tt>/dev/urandom</tt> device on the target, is one of those. +<tt>--enable-sysdep-devurandom=yes</tt> tells skalibs to assume that there is +such a device it can rely on for random number generation. +</p> + </body> </html> diff --git a/doc/index.html b/doc/index.html index 346c1a9..cca688f 100644 --- a/doc/index.html +++ b/doc/index.html @@ -60,7 +60,7 @@ with a standard C development environment </li> <h3> Download </h3> <ul> - <li> The current released version of skalibs is <a href="skalibs-2.9.2.1.tar.gz">2.9.2.1</a>. </li> + <li> The current released version of skalibs is <a href="skalibs-2.9.3.0.tar.gz">2.9.3.0</a>. </li> <li> Alternatively, you can checkout a copy of the <a href="//git.skarnet.org/cgi-bin/cgit.cgi/skalibs/">skalibs git repository</a>: diff --git a/doc/license.html b/doc/license.html index 31a3fc2..3293fef 100644 --- a/doc/license.html +++ b/doc/license.html @@ -74,7 +74,7 @@ color, or different text font. </li> <p> <em>I am aware that the previous restrictions sound completely ridiculous while the official skalibs documentation is incomplete. -As of 2.9.0.0, I'm not going to enforce those restrictions, but if you're +As of 2.9.3.0, I'm not going to enforce those restrictions, but if you're going to provide documentation for skalibs, don't keep it to yourself, please send it to me instead. :-) </em> </p> diff --git a/doc/upgrade.html b/doc/upgrade.html index ea25f15..accabdc 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -16,6 +16,12 @@ <a href="//skarnet.org/">skarnet.org</a> </p> +<h2> in 2.9.3.0 </h2> + +<ul> + <li> New function: <tt>stralloc_readyplus_tuned()</tt> </li> +</ul> + <h2> in 2.9.2.1 </h2> <ul> |