An installation instruction of the program realizing the proof of the existence of Shilnikov homoclinic orbits in the Michelson system as described in paper

Daniel Wilczak "The existence of Shilnikov homoclinic orbits in the Michelson system: a computer assisted proof"

Requirements:

Compiler - The program should be compiled wih gcc-3.4 or newer.

Graphics - The program must be run in the graphics mode. The minimal resolution required is 1024x768. In the case of smaller resolution only a part of the screen will be visible.


Installation instruction under linux or MS Windows with wxWidgets library (recommended):

If you have installed wxWidgets library (with devel packages):

  1. unpack the archive
    tar xvfz sorbits.tgz
  2. change directory to 'sorbits' and call 'make'.
    cd sorbits
    make target=wx
    The last command generates an executable file sorbits in the current directory.
  3. We may run the program
    ./sorbits

Installation instruction under linux:

  1. unpack the archive
    tar xvfz sorbits.tgz
  2. change directory to 'sorbits' and call 'make'.
    cd sorbits
    make
    The last command generates an executable file sorbits in the current directory.
  3. We may run the program
    ./sorbits

Installation instruction under MS Windows with MinGW compiler:

The program has been tested under MS Windows XP Professional with gcc 3.4.4 compiler. We use the MinGW compiler (Minimalist GNU for Windows - http://www.mingw.org).
  1. unpack the archive (using for example Total Commander)
  2. change directory to 'sorbits' and call 'mingw32-make'.
    cd sorbits
    mingw32-make target=win
  3. The last command generates an executable file sorbits.exe in the current directory.

NOTE:

More informations about libraries can be found on the web page of CAPD group: http://capd.ii.uj.edu.pl.