Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > c2224c29b515b3965126b93afb01e1dd > files > 7

tsid-0.6-1mdk.i586.rpm

BASIC INSTALLATION
------------------

Choose the patch file from /patch dir and follow the instruction in it for
patching an available free sid player for managing TSID.

Then write:
 ./configure
 make

for creating the examiner program that manage the stored TSID data and TSID
library.
Use
  make install
for installing the program and library/headers.

You can specify this two target (host) for configure:
 linux
 windows
for setting compiler options according with the two OS.

WINDOWS INSTALL
---------------

The windows port of the library was done using C++ Builder 3.0.
The given project file require some adjustment for compiling in your system.
For examples, the examiner.pbr require to have the examiner.cpp placed in
the same directory and with some line added in the top of the file:

examiner.cpp and tupdate.cpp, add:
 #include <condefs.h>
 USELIB(".\libtsid.lib");

From 0.6 version, the library is MSFC compatible, so a VC project file is available.