Noob question ahead...
I'm trying to install SWIG on Windows. According to the INSTALL document, I have to
cd
to the directory containing the package's source code and type./configure
to configure the package for your system.
I tried the command in both the root directory and in the /CCache
directory (these are the only ones that have the configure
and configure.in
files), however, the shell reports back that
C:\swigwin-2.0.4>./configure
'.' is not recognized as an internal or external command,
operable program or batch file.
What am I missing?