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:

  1. cd' directory containing package's source code , type ./configure' configure package system. if you're using csh' on old version of system v, might need type sh ./configure' instead prevent csh' trying execute configure' itself.

    running `configure' takes awhile. while running, prints messages telling features checking for.

  2. type `make' compile package.

  3. optionally, type `make check' run self-tests come package.

  4. type `make install' install programs , data files , documentation.

  5. you can remove program binaries , object files source code directory typing make clean'. remove files thatconfigure' created (so can compile package different kind of computer), type make distclean'. there amake 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

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -