Blame README.windows

Packit c06654
This file describes how to build liblouis.dll That is the only binary 
Packit c06654
file needed by someone who wishes to use liblouis in an application. The 
Packit c06654
tables are in the tables subdirectory of the liblouis distribution. For 
Packit c06654
an overview of liblouis see README. 
Packit c06654
Packit c06654
First, obtain the liblouis source, either by downloading the latest 
Packit c06654
tarball or from the Subversion repository. See HACKING for instructions. 
Packit c06654
If you downloaded the tarball, unpack it.
Packit c06654
Packit c06654
To build liblouis.dll you will need the Microsoft command-line C/C++ 
Packit c06654
tools. you will also have to set environment variables correctly. You 
Packit c06654
can download the express versions of Visual Studio, MSVC and the 
Packit c06654
Microsoft C/C++ SDK free. All have a batch file that sets environment 
Packit c06654
variables and then displays a command prompt.
Packit c06654
Packit c06654
Next, go to the subdirectory windows. Edit the file configure.mk If you 
Packit c06654
want 
Packit c06654
32-bit unicode change the 2 in the line UCS=2 to a 4.
Packit c06654
Packit c06654
Now type
Packit c06654
Packit c06654
nmake /f Makefile.nmake
Packit c06654
Packit c06654
The directory will contain liblouis-2.dll and liblouis-2.lib, along with 
Packit c06654
object files.
Packit c06654
Packit c06654