[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:22:34 +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)
- [PATCH 01/10] Remove references to TEMP_FAILURE_RETRY, Boris Dušek, 2012/07/23
- [PATCH 02/10] Do not exit on localization init fail, Boris Dušek, 2012/07/23
- [PATCH 03/10] Fix termination of threads in spd_close, Boris Dušek, 2012/07/23
- [PATCH 04/10] Cleanup execution of commands in dummy, Boris Dušek, 2012/07/23
- [PATCH 05/10] Fix audio module dynamic opening on OS X, Boris Dušek, 2012/07/23
- [PATCH 06/10] Use afplay and libao for playing sound on OS X in dummy, Boris Dušek, 2012/07/23
- [PATCH 07/10] Abstract unnamed semaphore interface and add OS X implementation, Boris Dušek, 2012/07/23
- [PATCH 08/10] Use launchd on OS X for launching the server, Boris Dušek, 2012/07/23
- [PATCH 09/10] Installation instructions for OS X,
Boris Dušek <=
- [PATCH 10/10] Native SSM output module for OS X, Boris Dušek, 2012/07/23
- [PATCH 01/10] Remove references to TEMP_FAILURE_RETRY, Boris Dušek, 2012/07/23
- [PATCH 02/10] Do not exit on localization init fail, Boris Dušek, 2012/07/23
- [PATCH 03/10] Fix termination of threads in spd_close, Boris Dušek, 2012/07/23
- [PATCH 04/10] Cleanup execution of commands in dummy, Boris Dušek, 2012/07/23
- [PATCH 05/10] Fix audio module dynamic opening on OS X, Boris Dušek, 2012/07/23
- [PATCH 06/10] Use afplay and libao for playing sound on OS X in dummy, Boris Dušek, 2012/07/23