yyc12345
c03c80d938
- bump up license year. - format some gitignore files. - update PyBMap readme. - create a distribution used folder and give a manual for it. |
||
---|---|---|
.. | ||
.gitignore | ||
README.md |
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
LICENSE
into folder.
Unvirt
- Compile project with
x64 | Release
profile. - Create folder
Unvirt
and enter it. - Copy generated
Unvirt.exe
andUnvirt.pdb
into folder. - Copy zlib binary
zlibwapi.dll
into folder.
BMap
- Compile project with
x64 | Release
profile. - Create folder
BMap
and enter it. - Copy generated
BMap.dll
andBMap.pdb
into folder. - Copy zlib binary
zlibwapi.dll
into folder.
PyBMap
- Compile project with
x64 | Release
profile. - Create folder
PyBMap
and enter it. - Copy all files ending with
.py
and located in folderBMapBindings/PyBMap/PyBMap
into folder. - Copy generated
BMap.dll
andBMap.pdb
into folder. - Copy zlib binary
zlibwapi.dll
into folder.
BMapSharp
This project is not ready for release.
Ending
- Pack all files and folders except
.gitignore
andREADME.md
in this folder.