ERDAS ECW/JP2 SDK v5.4
http://downloads.hexagongeospatial.com/software/2018/ECW/erdas-ecw-sdk-5.4.0-win.zip
| On Windows 7 - 32 Bit Install | |
| C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Visual Studio 2017\Visual Studio Tools | |
| Developer Command Prompt for VS 2017 | |
| Runs: %comspec% /k "C:\Program Files\Microsoft Visual Studio\2017\Community\Common7\Tools\VsDevCmd.bat" | |
| Sets: PROCESSOR_ARCHITECTURE=x86 | |
| x64 Native Tools Command Prompt for VS 2017 (cl.exe doesn't run!) | |
| Runs: %comspec% /k "C:\Program Files\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat" |
| //Git Mergetool and difftool with Beyond Compare 4 | |
| //For Windows | |
| //IF running this command in git bash then escape $ with \ | |
| git config --global diff.tool bc4 | |
| git config --global difftool.bc4.cmd "\"C:/Program Files (x86)/Beyond Compare 4/BCompare.exe\" \"\$LOCAL\" \"\$REMOTE\"" | |
| git config --global difftool.prompt false | |
| git config --global merge.tool bc4 | |
| git config --global mergetool.bc4.cmd "\"C:/Program Files (x86)/Beyond Compare 4/BCompare.exe\" \"\$LOCAL\" \"\$REMOTE\" \"\$BASE\" \"\$MERGED\"" | |
| git config --global mergetool.bc4.trustExitCode true |
ERDAS ECW/JP2 SDK v5.4
http://downloads.hexagongeospatial.com/software/2018/ECW/erdas-ecw-sdk-5.4.0-win.zip
| @echo off | |
| rem MSSDK71OPTS.BAT | |
| rem | |
| rem Compile and link options used for building MEX-files | |
| rem using the Microsoft Windows Software Development Kit. | |
| rem | |
| rem $Revision: 1.1.6.2 $ $Date: 2011/03/09 05:35:27 $ | |
| rem Copyright 2010 The MathWorks, Inc. | |
| rem | |
| rem StorageVersion: 1.0 |
| @ECHO OFF | |
| GOTO :MAIN | |
| :SETTINGS | |
| SET VS_ROOT=C:\Program Files (x86)\Microsoft Visual Studio 10.0 | |
| SET INSTALL_ROOT=D:\Ruby | |
| EXIT /B | |
| :BASENAME | |
| SET BASENAME=%~nx1 |
| "#Let’s enable extra metadata options by default | |
| [automount] | |
| enabled = true | |
| root = /windir/ | |
| options = "metadata,umask=22,fmask=11" | |
| mountFsTab = false | |
| #Let’s enable DNS – even though these are turned on by default, we’ll specify here just to be explicit. | |
| [network] | |
| generateHosts = true |
если возникает такая ошибка
By not providing "FindLZMA.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "LZMA", but CMake did not find one.
Could not find a package configuration file provided by "LZMA" with any of the following names:
LZMAConfig.cmake
| none /cygdrive cygdrive binary,nouser,noacl,posix=0 0 0 | |
| d:/home /home ntfs binary,nouser,noacl,posix=0 0 0 |