[Pkg-javascript-commits] [node-leveldown] 282/492: update Windows support notes
Andrew Kelley
andrewrk-guest at moszumanska.debian.org
Sun Jul 6 17:14:09 UTC 2014
This is an automated email from the git hooks/post-receive script.
andrewrk-guest pushed a commit to annotated tag rocksdb-0.10.1
in repository node-leveldown.
commit cdd1da77913c109dee0f370e12bf6c37e537e06e
Author: Rod Vagg <rod at vagg.org>
Date: Sun Mar 24 22:08:01 2013 +1100
update Windows support notes
---
README.md | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/README.md b/README.md
index 1d6450f..1e1fad0 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,15 @@ It is **strongly recommended** that you use LevelUP in preference to LevelDOWN u
See the section on <a href="#safety">safety</a> below for details of known unsafe operations with LevelDOWN.
+<a name="platforms"></a>
+Tested & supported platforms
+----------------------------
+
+ * **Linux** (including ARM platforms such as Raspberry Pi *and Kindle!*)
+ * **Mac OS**
+ * **Solaris** (SmartOS & Nodejitsu)
+ * **Windows** (Node 0.10 and above only, see [LevelUP issue #5](https://github.com/rvagg/node-levelup/issues/5) for more info)
+
<a name="api"></a>
## API
@@ -223,6 +232,11 @@ LevelDOWN is only possible due to the excellent work of the following contributo
<tr><th align="left">Paolo Fragomeni</th><td><a href="https://github.com/hij1nx">GitHub/hij1nx</a></td><td><a href="http://twitter.com/hij1nx">Twitter/@hij1nx</a></td></tr>
</tbody></table>
+### Windows
+
+A large portion of the Windows support comes from code by [Krzysztof Kowalczyk](http://blog.kowalczyk.info/) [@kjk](https://twitter.com/kjk), see his Windows LevelDB port [here](http://code.google.com/r/kkowalczyk-leveldb/). If you're using LevelUP on Windows, you should give him your thanks!
+
+
<a name="licence"></a>
Licence & copyright
-------------------
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-leveldown.git
More information about the Pkg-javascript-commits
mailing list