- bump up license year. - format some gitignore files. - update PyBMap readme. - create a distribution used folder and give a manual for it.
LibCmo21 Redist
This folder is served for LibCmo21 distribution and this page will introduce how to distribute a LibCmo21.
In this article, I assume:
- This distribution is served for Windows user.
- All Linux will use this project by compiling it on themselves.
- You are using Visual Studio under Windows, not CMake.
- User will only need x64 architecture, not Win32 (x86).
Common
- Copy project
LICENSEinto folder.
Unvirt
- Compile project with
x64 | Releaseprofile. - Create folder
Unvirtand enter it. - Copy generated
Unvirt.exeandUnvirt.pdbinto folder. - Copy zlib binary
zlibwapi.dllinto folder.
BMap
- Compile project with
x64 | Releaseprofile. - Create folder
BMapand enter it. - Copy generated
BMap.dllandBMap.pdbinto folder. - Copy zlib binary
zlibwapi.dllinto folder.
PyBMap
- Compile project with
x64 | Releaseprofile. - Create folder
PyBMapand enter it. - Copy all files ending with
.pyand located in folderBMapBindings/PyBMap/PyBMapinto folder. - Copy generated
BMap.dllandBMap.pdbinto folder. - Copy zlib binary
zlibwapi.dllinto folder.
BMapSharp
This project is not ready for release.
Ending
- Pack all files and folders except
.gitignoreandREADME.mdin this folder.