X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=INSTALL;h=7f27f7640606149102680d7c9723bfd49fd5d900;hp=d28a4d92f4b1a21b92a363386f17366244e3690a;hb=f13b443e370c96812ab542372f2d956b1bbb2596;hpb=fa6fc8271aa5aea1e6f021f771561e12969ece09 diff --git a/INSTALL b/INSTALL index d28a4d92..7f27f764 100644 --- a/INSTALL +++ b/INSTALL @@ -9,7 +9,7 @@ Install all needed packages --------------------------- See README for a list of required software. Don't be afraid of the long -list of unusal libraries: Most of them are only needed for optional +list of unusual libraries: Most of them are only needed for optional programs. Autoconf will detect what is installed on your system and will only build those executables that can be built with your setup. @@ -42,7 +42,7 @@ following commands: target=~/.paraslash/server.users key=~/.paraslash/key.pub.bar - perms=DB_READ,DB_WRITE,VSS_READ,VSS_WRITE + perms=AFS_READ,AFS_WRITE,VSS_READ,VSS_WRITE mkdir -p ~/.paraslash echo "user bar $key $perms" >> $target @@ -112,7 +112,7 @@ stream): ls -l file.wav # should be much bigger than file.mp3 para_write -w alsa < file.wav -If this works, proceed. Otherwise doublecheck what is logged by +If this works, proceed. Otherwise double check what is logged by para_server and use the --loglevel option of para_recv, para_filter and para_write to increase verbosity. @@ -166,7 +166,7 @@ receiver specifier for each supported audio format, like this: -r 'mp3:http -i server_host' -The prefered way to use para_audiod is to run it once at system start +The preferred way to use para_audiod is to run it once at system start as an unprivileged user. para_audiod needs to create a "well-known" socket for the clients to connect to. The default path for this socket is @@ -216,7 +216,7 @@ arbitrary commands. There are several flavours of key-bindings: command>" instead of "". -That's all, congratulations. Check out all the other optional gimmics! +That's all, congratulations. Check out all the other optional gimmicks! Troubles? ~~~~~~~~~