%general-entities; ]> $LastChangedBy$ $Date$ Orca-&orca-version; Orca Introduction to Orca Orca enables users with limited vision, or no vision, to use the GNOME desktop and applications effectively. It provides a number of features, including magnification, focus tracking, braille output, automatic screen reading and more. Package Information Download (HTTP): Download (FTP): Download MD5 sum: &orca-md5sum; Download size: &orca-size; Estimated disk space required: &orca-buildsize; Estimated build time: &orca-time; Orca Dependencies Required , , and Optional , (required for speech-enabled screen reading), (required for screen magnification), BRLTTY (required for braille output, must have Pyrex installed first) User Notes: Installation of Orca Install Orca by running the following commands: if [ $(pkg-config --variable=prefix ORBit-2.0) != "/usr" ]; then sed -i "s|PATH=\"|&$(pkg-config \ --variable=prefix ORBit-2.0)/bin:|" \ src/orca/orca.in fi ./configure --prefix=/usr \ --enable-pydoc && make This package does not come with a test suite. Now, as the root user: make install && install -v -m755 -d /usr/share/doc/orca-&orca-version; && install -v -m644 docs/pydoc/*.html \ /usr/share/doc/orca-&orca-version; For full functionality of this package, you should install the package. Command Explanations if [ ... != "/usr" ]; then ...; fi: This command is used to add the GNOME prefix bin directory to the hard-coded PATH statement in the script if the GNOME prefix is anything other than /usr. --enable-pydoc: This parameter is used to build the documentation. Remove it if you don't want the documentation (also remove the installation commands). Contents Installed Program Installed Libraries Installed Directories orca Python assistive technology (accessiblity) modules /usr/lib/python&python-majorver;/site-packages/orca and /usr/share/orca Short Descriptions orca is a GUI menu interface used to access and configure the various functionality parameters provided for users with limited vision. orca