[mirrorbrain-commits] r8244 - /trunk/docs/installation/source.rst

From: <poeml_at_mirrorbrain.org>
Date: Thu, 31 Mar 2011 17:54:22 -0000
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
_at_@ -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 mirrorbrain-commits-request_at_mirrorbrain.org
Received on Thu Mar 31 2011 - 17:54:27 GMT

This archive was generated by hypermail 2.3.0 : Mon Feb 20 2012 - 23:47:04 GMT