Xeuphoric - an Oric emulator for X

DESCRIPTION
    Xeuphoric is an Oric emulator for X. It emulates the Oric-1, the
    Oric Atmos and the Telestrat. It is derived from version 0.99b of
    Euphoric, Fabrice Francs' Oric emulator.

    Known problems :
    - keyboard input is dodgy (use -A/dev/null to improve),
    - sound is a joke.

PREREQUISITES
    Mandatory dependencies :
    - Unix,
    - an i386 CPU,
    - X11,
    - GCC.

    Optional dependencies :
    - OSS,
    - libarts,
    - libXext (more specifically XShm),
    - the Linux ioperm() system call,
    - Perl (or the man page will reflect the default prefix).

    Known to work on FreeBSD, Linux and NetBSD. If your flavour of Unix
    is not supported, I'd like to know about it. Non-i386 platforms are
    out, because all the core is written in i386 assembly.

COMPILING
    To install in /usr/local :

        $ ./configure
        $ make
        # make install

    To install somewhere else, give ./configure the --prefix
    option :

        $ ./configure --prefix /home/joe
        $ make
        # make install

    To install in a pseudo-root, run make install with DESTDIR set to
    the path to your pseudo-root :

        $ ./configure --prefix /usr
        $ make
        # DESTDIR=~/target make install

LEGAL
    atmos.rom, microdisc.rom and oric1.rom are copyright 1983 Tangerine.
    Tangerine is defunct. We don't know who might hold the copyright.

    hyperbasic.rom, teleass.rom, telematic.rom and telemon-2.4.rom are
    copyright Oric International. Oric International is defunct. We
    don't know who might hold the copyright.

    jasmin.rom is copyright Technologie Recherche et Applications
    Nouvelles. T.R.A.N. is apparently defunct. We don't know who might
    hold the copyright.

    Euphoric 0.99b is copyright Fabrice Francs 1994-1997 and available
    under the terms of the GNU General Public License version 2.

    The rest is copyright Andr Majorel 2000-2010 and available under
    the terms of the GNU General Public License version 2.

HOME PAGE
    http://www.teaser.fr/~amajorel/xeuphoric/
