Modified:
/wiki/Install.wiki
=======================================
--- /wiki/Install.wiki Sat Apr 10 07:17:16 2010
+++ /wiki/Install.wiki Sat Apr 10 07:25:12 2010
@@ -4,7 +4,7 @@
# Install all the support libraries and tools listed on
http://drlock.com/projects/pyrwi/docs/install.php
# Compile the nidaqmx package (Requires the tools from the "to develop
for PyRWI?" section)
# The DAQmx DLL is built with MSVC which makes linking to a GCC
project difficult. The current solution requires building a GCC compatible
library.
- * Install pexports
http://www.emmestech.com/software/pexports-.43/download_pexports.html by
copying the EXE into C:\msys\1.0\bin
+ * Install pexports
http://www.emmestech.com/software/pexports-0.43/download_pexports.html by
copying the EXE into C:\msys\1.0\bin
* In MSYS change to nidaqmx/gccLib
* Run the ./build.sh script. This script will make many intermediate
files, but the end result is `libnidaqmx.a` this is the new version of the
library.
* This only has to be done once, unless you install a new version of
DAQmx.