README系统要求:rTANDEM使用'expat'和'pthread'库。它们的可用性可能因操作系统而异。expat: expat库应该从10.4开始在OSX上可用。linux的expat库可以在http://sourceforge.net/projects/expat/files上下载。Windows版的expat库可以在http://sourceforge.net/projects/expat/files上下载。pthread: pthread库应该从10.3开始在OSX上可用。pthread库可以在大多数linux平台上使用。pthread的一个版本可用于win-32,可以在http://sourceware.org/pthreads-win32上下载。从Windows系统上的源代码构建时,针对expat库的链接可能会出现问题。为了避免这个困难,创建一个像这样的目录结构:C:\expat\i386 C:\expat\x64然后将32位和64位库分别放在C:\expat\i386\lib和C:\expat\x64\lib中。 Finally, create an environment variable LIB_EXPAT and set it to "C:/expat/". This should allow the build process to sucessfully link against the expat libraries. Alternatively, you have the libraries in any directory structure if you put the path to the libraries in the respective environment variable LIB_EXPAT_32 and LIB_EXPAT_64.