$Id: INSTALL,v 0.91.0.1 2000/07/17 09:31:10 corti Exp $ INSTALL Instructions for RiscEmu 1. CONFIGURE Installing RiscEmu is easy. From within this directory, type: ./configure The autoconfiguration script will spend a bit of time figuring out the specifics of your system. If you want to specify a particular java compiler, set the environment variable JAVAC before you run configure. To specify an optional installation directory use the --with-java-prexix option. 2. MAKE Run make This should compile RiscEmu for your system. 3. INSTALL If you specified a target install directory with configure --with-java-dir you can run: make install This will install Risc.class. NOTE: make shure to include the install dir in your CLASSPATH. 4. REPORTING BUGS See the README file.