2. Compiling and installing libtcd

Cygwin

bash-3.1$ ./configure
bash-3.1$ make
bash-3.1$ su
bash-3.1# make install

Android

libtcd can be cross-compiled for Android using the NDK.  An example script that builds libtcd (among other things) for Android on x86 or x86_64 Linux is in the current XTide distribution as scripts/Android/build.sh.

Windows + Visual Studio

[Validated on Visual Studio Community 2015 with Update 1 under Windows 10 64-bit.]

  1. Do [Windows Logo Thingy Formerly Known as Start Menu] → All Apps → Visual Studio 2015 (folder) → VS2015 x64 Native Tools Command Prompt.  To prevent inexplicable file system permissions problems, right click it and run as Administrator.  (Ha ha... That was a little Windows in-joke.  Now that we have UAC, the only way to prevent inexplicable file system permissions problems is to use a FAT32 file system.)
  2. VS\build.bat.

N.B., If Cygwin is installed, it is possible to run the original configure script and GNU make to build with Visual Studio.  Refer to VS\README.txt for details.