cmd - visual studio 2015 command prompt '.' is not recognized as an internal or external command, operable program or batch file -
i worked on gis project , need 64 bit gis lib.and than;
what did i?
- i download lzo-2.10 file.
- i run visual studio 2015 64x command prompt
- cd c:\users\user\desktop\lzo-2.10
- ./configure
and ı got error that: '.' not recognized internal or external command, operable program or batch file.
install.txt include lzo-2.10 said that:
the simplest way compile package is:
cd' directory containing package's source code , type
./configure' configure package system. if you're usingcsh' on old version of system v, might need type
sh ./configure' instead preventcsh' trying execute
configure' itself.running `configure' takes awhile. while running, prints messages telling features checking for.
type `make' compile package.
optionally, type `make check' run self-tests come package.
type `make install' install programs , data files , documentation.
you can remove program binaries , object files source code directory typing
make clean'. remove files that
configure' created (so can compile package different kind of computer), typemake distclean'. there a
make maintainer-clean' target, intended package's developers. if use it, may have sorts of other programs in order regenerate files came distribution.
but couldn't first step. searched couldn't fix situation.pls me.
it looks gis library require linux build. given use vs2015 assume work on windows instead.
Comments
Post a Comment