|
|
7 vuotta sitten | |
|---|---|---|
| .. | ||
| CMakeLists.txt | 7 vuotta sitten | |
| README.md | 7 vuotta sitten | |
| WinBuild.cmd | 7 vuotta sitten | |
This folder contains contributions that may be useful to users of this library, but have a too specialized audience to become part of the main tree.
In particular, things in here will have a higher rate of bit-rot, since contributors are not required to and may be unable to check whether their changes break any of them.
Tested on the following environment
Edit WinBuild.cmd for your environment(Line:5-7) if NOT DEFINED MSVC_VERSION set MSVC_VERSION=[Your Visual Studio Version(12, 14, 15)] if NOT DEFINED CMAKE_CONFIG set CMAKE_CONFIG=Release if NOT DEFINED PYTHONHOME set PYTHONHOME=[Your Python Path]
Run WinBuild.cmd to build
> cd contrib
> WinBuild.cmd
The WinBuild.cmd will set up temporal ENV variables and build binaries in (matplotlib root)/examples with the Release configuration.
Find exe files in examples/build/Release Note: platforms folder is necessary to make qt works.