diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2017-09-21 14:39:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-21 14:39:31 +0200 |
| commit | 40794feb16fd77f7de195237a0ad1f018216a1e3 (patch) | |
| tree | affee0e0f3fe15b3bd123d04e17b4e3704c34b77 | |
| parent | d4d10fa27efaf6c8e81a99b7be28c9371ee7732d (diff) | |
Mention support for non-*nix platforms
Given recent issues, some people seem to run Kconfiglib on Windows.
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ and read and write <i>.config</i> files. Highly compatible with the <i>scripts/kconfig/\*conf</i> utilities in the kernel, usually invoked via make targets such as <i>menuconfig</i> and <i>defconfig</i>. -Supports both Python 2 and Python 3 without modification. +Supports both Python 2 and Python 3 without modification, and should also run +on non-\*nix platforms ## Installation ## |
