BinNavi Debug Clients

1. How to use the debug clients
2. How to build the debug clients
3. License

1. How to use the debug clients

Please see the BinNavi manual file manual.pdf

2. How to build the debug clients

The Linux client can be built using g++, the Windows CE client can be built
using Microsoft Visual Studio 2005.

To compile either client it is first necessary to build zylibcpp. To do so
please run the following commands in the zylibcpp directory.

	Linux: make client && make install-simple
	WinCE: nmake /f makefile.arm && nmake /f makefile.arm install
	
If zylibcpp was successfully compiled, it is now possible to compile the
debug client itself. This can be done from the client directory using the
following commands:

	Linux: make
	WinCE: nmake /f makefile.arm

3. License

The Windows CE client is licensed under the GNU GPL license. Please see
gpl.txt for the full text of this license and what rights this license
grants you.

All other parts of the code (like the Windows client, the Linux client, the
GDB Agent, and zylibcpp) are licensed under a commercial license and must not
be redistributed.