/[gnokii]/gnokii/Docs/README-MacOSX
ViewVC logotype

Diff of /gnokii/Docs/README-MacOSX

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by uid66843, Fri Jan 30 21:26:17 2004 UTC revision 1.6 by pkot, Sun Aug 14 22:41:32 2005 UTC
# Line 6  The MacOS X port of Gnokii has successfu Line 6  The MacOS X port of Gnokii has successfu
6  I expect all phones supported by gnokii to work (famous last words...)  I expect all phones supported by gnokii to work (famous last words...)
7    
8  XGnokii, and others  XGnokii, and others
9  The graphical X version, the AT-emulater and virtual device are not ported  The graphical X version, and the AT-emulator and virtual device compile
10  to MacOS X. This might change in the future but as far as I know no work is  correctly with Darwin ports, but have not been thouroughly tested. If you
11  in progress. Of course the effort of porting only makes sense if there is a  have any problems with these components of Gnokii, please report it to
12  need. Do you have the need for extended MacOS X functionality don't ask me  the Gnokii mailing list.
 but let us all know on the Gnokii mailing list.  
13    
14  Successfully tested hardware  Successfully tested hardware
15  USB to Serial adapters:  USB to Serial adapters:
16   - Keyspan USA-28Xb   - Keyspan USA-28Xb
17     - Keyspan USA-19QW
18   - BAFO technologies BF-810   - BAFO technologies BF-810
19    
20  Cables:  Cables:
21   - dlr3p   - dlr3p
22     - dau9p
23    
24  Phones:  Phones:
25   - 3410   - 3410
26     - 6110
27   - 6210   - 6210
28   - 6310   - 6310
29    
# Line 47  Always set "use_locking = no" otherwise Line 49  Always set "use_locking = no" otherwise
49  USB to serial adapters always introduce two new device files in /dev per  USB to serial adapters always introduce two new device files in /dev per
50  serial port. Use the one starting with "cu.".  serial port. Use the one starting with "cu.".
51    
52  Compiling  Installing with Darwin Ports 1.0
53  =========  ================================
54    
55  This was only tested under 10.2. May not work with older versions. The  The easiest way to install Gnokii on Mac OS X systems is to use the Darwin
56  base directory of gnokii will be called <gnokii_dir>.  Ports system.
57    
58  1. get and install fink (http://fink.sourceforge.net). Apart from the base  1) Download and install Darwin Ports by following the instructions at
59  package (= the installer) nothing is needed.     http://darwinports.opendarwin.org/getdp/
60    
61  2. copy the contents of /sw/share/aclocal to /usr/share/aclocal. You need  2) If you haven't already, execute "sudo port -d selfupdate" (without the
62  to be root to do this     quote marks)
63    
64  3. call 'cd <gnokii_dir>'  3) To install all of Gnokii, including the graphical X version, type
65       "sudo port install gnokii"
66       without the quote marks.
67    
68  4. call 'sh autogen.sh --disable-shared --disable-nls'     To install the command line tool and the
69       AT-command emulator, type:
70       "sudo port install gnokii +no_x11"
71       without the quote marks.
72    
73  5. call 'make'  Compiling the command line tool and the AT-command emulator
74    ===========================================================
75    
76    These commands have been tested on Gnokii version 0.6.8, but should
77    also work on later versions, compiled on Mac OS X 10.4.2.
78    
79    The preferred method of installing Gnokii is to use the Darwin Ports
80    method described above.
81    
82    1) Download the latest version of libtool from
83       http://www.gnu.org/software/libtool/ (version 1.5.18 is fine). you
84       will not need to install it, but we need a file from it.
85    
86    2) Download the latest Gnokii distribution. (If you want to install from
87       CVS, you should already know what you're doing, so you're on your
88       own)
89    
90    3) Extract both Gnokii and Libtool
91    
92    4) copy ltmain.sh from the Libtool directory, replacing the version in
93       the config direcorty of the Gnokii distribution
94    
95    5) in the gnokii directory, type:
96       ./configure --disable-shared --disable-nls --without-x
97    
98    6) type "make" (without the quote marks)
99    
100  If after some time you now see  If after some time you now see
101  "##########################################  "##########################################
# Line 85  please let me know on my email address m Line 117  please let me know on my email address m
117    
118  Author: Ruotger Skupin (Ruotger.Skupin@berlin.de)  Author: Ruotger Skupin (Ruotger.Skupin@berlin.de)
119  Date:   February 5, 2003  Date:   February 5, 2003
120    
121    Updated August 15, 2005 by Marcus Pallinger.
122    Please report all problems to the Gnokii mailing list.

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26