Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > a5192c80b3e1c7afd2b2e9be173d443d > files > 12

brlapi-0.5.6-3.fc15.i686.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
 <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.65">
 <TITLE>BrlAPI Reference manual: Installation and configuration of BrlAPI</TITLE>
 <LINK HREF="BrlAPI-5.html" REL=next>
 <LINK HREF="BrlAPI-3.html" REL=previous>
 <LINK HREF="BrlAPI.html#toc4" REL=contents>
</HEAD>
<BODY>
<A HREF="BrlAPI-5.html">Next</A>
<A HREF="BrlAPI-3.html">Previous</A>
<A HREF="BrlAPI.html#toc4">Contents</A>
<HR>
<H2><A NAME="sec-install"></A> <A NAME="s4">4.</A> <A HREF="BrlAPI.html#toc4">Installation and configuration of <EM>BrlAPI</EM></A></H2>

<P><CODE>make install</CODE> will install libbrlapi.so in /lib, and include files in
/usr/include/brltty. An authorization key will also typically be set in
/etc/brlapi.key (if it is not, just create it and put arbitrary data in it), but
it won't be readable by anybody else than root. It is up
to you to define a group of users who will have the right to read it and hence
be able to connect to the server. For instance, you may want to do:</P>
<P>
<BLOCKQUOTE><CODE>
<HR>
<PRE>
# addgroup brlapi
# chgrp brlapi /etc/brlapi.key
# chmod g+r /etc/brlapi.key
# addgroup user1 brlapi
# addgroup user2 brlapi
...
</PRE>
<HR>
</CODE></BLOCKQUOTE>
</P>


<HR>
<A HREF="BrlAPI-5.html">Next</A>
<A HREF="BrlAPI-3.html">Previous</A>
<A HREF="BrlAPI.html#toc4">Contents</A>
</BODY>
</HTML>