view README.txt @ 13:5b1297759105

Added tag rel-0_1 for changeset 4053f29843db
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 25 Sep 2014 02:27:01 +0300
parents 20bcf214b282
children 46d21c77bbb1
line wrap: on
line source

SIDInfo - PSID/RSID information displayer
Programmed and designed by Matti 'ccr' Hämäläinen
(C) Copyright 2014 Tecnic Software productions (TNSP)

See COPYING for license information.

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

Contact
=======
IRC    : ccr @ IRCNet, sometimes also Freenode
e-mail : ccr@tnsp.org

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

Requirements
============
The compilation and usage of these utilities requires following
software packages or functional equivalents installed:

 - GCC (4.x, older ones might work as well)
 - GNU binutils
 - GNU Make

For Linux -> Win32/64 cross-compilation I have used the standard
MinGW packages from Debian Testing (wheezy):

gcc-mingw-w64 mingw-w64-i686-dev mingw-w64-x86-64-dev

Some of those require a bit of poking to get working properly, YMMV.

Please don't ask me for help to get cross-compilation working.

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

How to build
============
0) Possibly edit Makefile / Makefile.w32

1) $ gmake
   or, if cross-compiling to Win32 via MinGW
   $ gmake -f Makefile.w32

2) ???

3) If it works -> Happy fun times \:D\

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

Usage
=====

See "sidinfo --help", should be rather obvious.