Author: poeml
Date: Thu Mar 31 19:54:19 2011
New Revision: 8244
URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?rev=8244&view=rev
Log:
docs/installation/source:
- document need for linking math library (-lm flag in example), which seems to
be necessary on some newer platforms
Modified:
trunk/docs/installation/source.rst
Modified: trunk/docs/installation/source.rst
URL:
http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/docs/installation/source.rst?rev=8244&r1=8243&r2=8244&view=diff
==============================================================================
--- trunk/docs/installation/source.rst (original)
+++ trunk/docs/installation/source.rst Thu Mar 31 19:54:19 2011
@@ -63,7 +63,7 @@
# unpack the tarball and go inside the source tree
cd mod_mirrorbrain
- apxs -c mod_mirrorbrain.c
+ apxs -c -lm mod_mirrorbrain.c
To install the module in the right place, you would normally call::
_______________________________________________
mirrorbrain-commits mailing list
Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/
Note: To remove yourself from this list, send a mail with the content
unsubscribe
to the address [email protected]