##################################################################
# README for Calizo
#
# License: Calizo is licenced under the GPL Version 2
# 
# see http://calizo.sourceforge.net/ for more information
##################################################################

To build Calizo on Linux from shell or Windows MSYS run:
========================================================
  # sh ./autogen.sh
  # ./configure
  # ./make

  if no error occured run calizo by typing
  # ./src/calizo

To build Calizo on Mac:
=======================
	see mac_builder/README.txt

To build Calizo using CodeBlocks (on Linux or Windows):
=======================================================
  Open the calizo_linux.cbp project on Linux,
  or calizo_win32.cbp project on Windows.

Prerequisites for Linux:
========================
  You need to install automake, build_essential, libwxgtk2.8-dev.

Prerequisites for Windows:
==========================
  You need to install MinGW, MSYS and wxWidgets2.8 (need to build it using MSYS).
  Suggested configuration options for wxWidgets:
  --enable-unicode --enable-monolithic --disable-shared --disable-debug --disable-debug_gdb 
  --disable-compat24 --disable-compat26 --enable-optimize 
  --with-msw --with-odbc --with-opengl --without-subdirs
  
---
Sebastian Fischer, 15.February 2008
