File: flags

package info (click to toggle)
flite 2.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 83,764 kB
  • sloc: ansic: 693,645; sh: 5,000; lisp: 3,057; cpp: 994; makefile: 900; xml: 52; perl: 33
file content (18 lines) | stat: -rw-r--r-- 635 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
 doc/flite.texi |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

--- a/doc/flite.texi
+++ b/doc/flite.texi
@@ -842,8 +842,9 @@ Assuming the shell variable FLITEDIR is
 the following will compile the system (with appropriate changes for
 your platform if necessary).
 @example
-gcc -Wall -g -o flite_test flite_test.c -I$FLITEDIR/include -L$FLITEDIR/lib 
-    -lflite_cmu_us_kal -lflite_usenglish -lflite_cmulex -lflite -lm
+gcc -Wall -g -o flite_test flite_test.c -I$FLITEDIR/include
+    -L$FLITEDIR/lib -lflite_cmu_us_kal -lflite_usenglish
+    -lflite_cmulex -lflite -lm
 @end example
 
 @section Public Functions