﻿(******************************************************************************)
(* Balanced2 ver. 2.01                                               20.09.14 *)
(*                                                                            *)
(* Version     : 2.01                                                         *)
(*                                                                            *)
(* Autor       : Corpsman                                                     *)
(*                                                                            *)
(* Support     : www.Corpsman.de                                              *)
(*                                                                            *)
(* Description : Realtime 3D-Puzzle game                                      *)
(*                                                                            *)
(* License     : This game is postcardware for non commercial use only.       *)
(*               If you like the game, send me a postcard:                    *)
(*                    Uwe Schächterle                                         *)
(*                    Buhlstraße 85                                           *)
(*                    71384 Weinstadt                                         *)
(*                                                                            *)
(* Warranty    : There is no warranty, use at your own risk.                  *)
(*                                                                            *)
(* History     : 2.01 - Initial version                                       *)
(*                                                                            *)
(* Known Bugs  : none                                                         *)
(*                                                                            *)
(******************************************************************************)

Usage :

Windows :
- Start the game with the b2_launcher.exe 

Linux :
- Start the game with the b2_launcher binary (make executable first chmod +x b2_launcher)
  |- If the game could not run, copy the libNewton.so to /usr/lib
  |- If you do not want to copy libNewton.so try starting the binary with "LD_LIBRARY_PATH=. ./b2_launcher"
  |- If you get lots of GTK Errors on Fedora try "sudo yum install libcanberra-gtk2.i686 PackageKit-gtk3-module.i686"
  |- If you get Access vialoations after creating the Rendering Context check your glut version "sudo yum install freeglut"