8000 Rename Win/ -> contrib/ · dengchengcheng/matplotlib-cpp@4f56678 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4f56678

Browse files
author
Benno Evers
committed
Rename Win/ -> contrib/
1 parent b815a43 commit 4f56678

File tree

4 files changed

+19
-8
lines changed

4 files changed

+19
-8
lines changed

Win/README.md

Lines changed: 0 additions & 8 deletions
This file was deleted.
File renamed without changes.

contrib/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# contrib/
2+
3+
This folder contains contributions that may be useful to users of this library, but
4+
have a too specialized audience to become part of the main tree.
5+
6+
In particular, things in here will have a higher rate of bit-rot, since
7+
contributors are not required to and may be unable to check whether their
8+
changes break any of them.
9+
10+
## Windows support
11+
12+
### Configuring and Building Samples
13+
14+
```cmd
15+
> cd Win
16+
> Win\build_win.cmd
17+
```
18+
19+
The `build_win.cmd` will set up temporal ENV variables and build binaries in (matplotlib root)/examples with the Release configuration.
File renamed without changes.

0 commit comments

Comments
 (0)
0