linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #00242
[Branch ~linuxdcpp-team/linuxdcpp/trunk] Rev 343: Added issue with MacPorts boost lib not being detected on OS X to Readme. (thanks vszakats)
------------------------------------------------------------
revno: 343
committer: Steven Sheehy <steven.sheehy@xxxxxxxxx>
branch nick: trunk
timestamp: Wed 2009-11-25 21:08:38 -0600
message:
Added issue with MacPorts boost lib not being detected on OS X to Readme. (thanks vszakats)
modified:
Changelog.txt
Readme.txt
--
lp:linuxdcpp
https://code.launchpad.net/~linuxdcpp-team/linuxdcpp/trunk
Your team LinuxDC++ Team is subscribed to branch lp:linuxdcpp.
To unsubscribe from this branch go to https://code.launchpad.net/~linuxdcpp-team/linuxdcpp/trunk/+edit-subscription.
=== modified file 'Changelog.txt'
--- Changelog.txt 2009-11-03 03:13:47 +0000
+++ Changelog.txt 2009-11-26 03:08:38 +0000
@@ -38,6 +38,7 @@
[2009-11-02] lp#442475: Fixed crash when adding a search results from user who has left the hub. (Razzloss)
[2009-11-02] lp#339700: Fixed a rare crash when switching tabs. (Steven)
[2009-11-02] Bumped minimum scons version to 0.98.1 to resolve multiple building issues. (Steven)
+[2009-11-25] Added issue with MacPorts boost lib not being detected on OS X to Readme. (thanks vszakats)
*** 1.0.3 2009-02-01 ***
[2008-08-10] lp#256236: Fixed a crash on startup when using auto-open options.
=== modified file 'Readme.txt'
--- Readme.txt 2009-10-15 02:13:05 +0000
+++ Readme.txt 2009-11-26 03:08:38 +0000
@@ -15,7 +15,7 @@
http://openfacts.berlios.de/index-en.phtml?title=Ldcpp_Manual
-Build dependencies:
+Dependencies:
-------------
scons >= 0.96
pkg-config
@@ -31,6 +31,17 @@
libnotify (optional)
+Mac OS X (Darwin) Prerequisites
+------------------------------------------
+- XCode
+- MacPorts
+- Certain MacPorts ports:
+ $ sudo /opt/local/bin/port install bzr scons pkgconfig libglade2 libnotify boost
+- Hicolor Icon Theme (http://icon-theme.freedesktop.org/releases/)
+- Explicitly specify MacPorts header directory so that the boost library is found:
+ $ export CXXFLAGS=-I/opt/local/include
+
+
Compiling:
----------
$ cd /path/to/linuxdcpp