speechd-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 09/10] Installation instructions for OS X


From: Boris Dušek
Subject: [PATCH 09/10] Installation instructions for OS X
Date: Mon, 23 Jul 2012 15:24:20 +0200

From: Boris Dus?ek <address@hidden>
To: address@hidden

---
 INSTALL |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/INSTALL b/INSTALL
index 74f9a1e..13738fd 100644
--- a/INSTALL
+++ b/INSTALL
@@ -141,6 +141,31 @@ To build SVOX Pico go to svox/pico subdirectory and type
 ./configure
 make install
 
+Notes about OS X support
+============================
+To build on OS X, best is to install MacPorts, then
+install glib2, libao, intltool, dotconf with
+
+sudo port install glib2 libao intltool dotconf
+
+Also configure requires special invocation to find the libraries installed
+in MacPorts and use clang as the compiler:
+
+./configure CPPFLAGS=-I/opt/local/include LDFLAGS=-L/opt/local/lib CC=cc
+
+Then compile and install with:
+
+make V=0
+sudo make install
+
+Finally, copy the launchd file from 
config/launchd/org.freebsoft.speech-dispatcher.plist
+into /Library/LaunchAgents and load the speech-dispatcher launchd job, all by 
these commands:
+
+sudo cp config/launchd/org.freebsoft.speech-dispatcher.plist 
/Library/LaunchAgents/
+sudo launchctl load -w 
/Library/LaunchAgents/org.freebsoft.speech-dispatcher.plist
+
+Now logout of your session and login back and you are all set.
+
 Continue building Speech Dispatcher
 ===================================
 
-- 
1.7.7.5 (Apple Git-26)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]