If you are using pascal as your programming language it is really easy to use the library. All you have to do is to add the unit TextSuite to the uses clause. Then you have the choice between two methods. If you want to include the sourcecode in you application you dont need to do any more.
The other method is to use the external library. For this you must define TS_EXTERN_STATIC in your project preferences or uncomment it in the top of the file TextSuite.inc. For more options see the table below.
Table 1.1. Options for pascal
I have sucessfully testes and used it with Delphi 7, Turbo Delphi and FreePascal under Windows and Linux.