Fresco INSTALL,1.26,1.27
Nick Lewycky <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco In directory purcel:/tmp/cvs-serv31526 Modified Files: INSTALL Log Message: Canonicalize the path to "berlin". Index: INSTALL =================================================================== RCS file: /cvs/fresco/Fresco/INSTALL,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- INSTALL 5 Mar 2003 23:31:09 -0000 1.26 +++ INSTALL 23 Apr 2003 21:02:19 -0000 1.27 @@ -198,7 +198,7 @@ to tell it its location (starting now the $fresco-build stuff will be assumed) using the -e (execute) flag: -> bin/berlin -e bin/fresco-demo +> $prefix/bin/berlin -e $prefix/bin/fresco-demo The demo program is a set of small applications showing some fresco possibilities (new demos are welcome!). @@ -215,11 +215,11 @@ In short: -> bin/berlin -e bin/fresco-demo3D -c SDL -d GLDrawingKit +> $prefix/bin/berlin -e $prefix/bin/fresco-demo3D -c SDL -d GLDrawingKit for SDL console or -> bin/berlin -e bin/fresco-demo3D -c GGI -d GLDrawingKit +> $prefix/bin/berlin -e $prefix/bin/fresco-demo3D -c GGI -d GLDrawingKit for GGI console. @@ -297,18 +297,18 @@ is 'nameclt list'. This should return no error message and terminate immediatly. -Note that simply running bin/berlin -e bin/fresco-demo will work -regardless of which -R option you use. When loading, the server also -publishes its initial reference into the environment under -FRESCO_DISPLAY which the client will try first when searching for the -server. Because -e program is executed as a child of the server, it -inherits the environment variable and will not attempt to use the -nameserver or filesystem. +Note that simply running berlin -e fresco-demo will work regardless of +which -R option you use. When loading, the server also publishes its +initial reference into the environment under FRESCO_DISPLAY which the +client will try first when searching for the server. Because -e +program is executed as a child of the server, it inherits the +environment variable and will not attempt to use the nameserver or +filesystem. If you're running two servers together, one with the id "FrescoServer" (as per default) and the other with the id "nested", then to start a client in nested from the Terminal Demo in FrescoServer, run - bin/fresco-demo -i nested + fresco-demo -i nested to bypass the server lookup from the environment. Report a bug