------------------------------------------------------------------------------
Lisa Emulator Source Build README                    http://lisaem.sunder.net/
------------------------------------------------------------------------------


Compiling for Linux:

You will need netpbm as well as wxWdigets 2.8.4 installed.

You will want to install/compile wxWidgets without the
shared library option.      

After installing/compiling wxWidgets, ensure that wx-config
is in your path, cd to the source code directly and run

	./build.sh clean build
	./build.sh install  


This will install the lisaem and lisafsh-tool binaries to
/usr/local/bin, and will install sound files to 
/usr/local/share/LisaEm/

If your system has the upx command available, it will
also compress the resulting binary with upx in order to save
space.


------------------------------------------------------------------------------

Compiling for Mac OS X 10.3 and higher:

You will need to download the source code for wxWidgets 2.8.0
from www.wxwidgets.org.  After extracting it, you'll need
to modify it as follows:


IMPORTANT!

In your wxMac-2.8.0 dir, edit the file

include/wx/mac/carbon/chkconf.h

change the line with '#define wxMAC_USE_CORE_GRAPHICS 1' 
to                   '#define wxMAC_USE_CORE_GRAPHICS 0'


(Many thanks to Brian Foley for finding this!)

If you do not do this, the display will look very ugly.


You will want to install/compile wxWidgets without the
shared library option.      


	./build.sh clean build

The application will be inside of the source code
directory under ./lisa as LisaEm.app



------------------------------------------------------------------------------

Compiling for win32:

You will need the following:

A fairly full install of the Cygwin environment in order to be
able to run the build.sh script.   Be sure to also install
the netpbm package under Cygwin.  If you would like the build
script to compress the resulting lisaem.EXE, you should also
install the Cygwin UPX package as well.


Download and install the wxDev C++ 6.10 Environment.  Please
download it http://wxdsgn.sourceforge.net/ and install it in 
c:\\wxDev-Cpp

You should then be able to just run build.sh from under the
Cygwin shell after changing into the source code directory.


	./build.sh clean build
	./build.sh install  

The application will be copied to C:\Program Files\LisaEm\

We do not yet have an installer program for LisaEm, but future
versions will support that.


If your system has the upx command available, it will
also compress the resulting binary with upx in order to save
space.

------------------------------------------------------------------------------
