Skip to content

Commit

Permalink
Updated the requirements for Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
cefstat committed Jul 29, 2010
1 parent 53c1c96 commit 98dee18
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions README.markdown
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -15,17 +15,15 @@ The software is distributed under the GPL license version 2.


## Requirements ## Requirements


This package relies on your system having a program that can establish secure This package relies on your system having a program that can establish secure connections to the Simplenote server, such as `openssl` or `gnutls-cli`.
connections to the Simplenote server, such as `openssl`. `openssl` comes
pre-installed with Mac OS X and Linux. ### Mac OS X


At the moment `simplenote.el` does not work under Windows. In principle it `openssl` is pre-installed under Mac OS X.
should work on Windows after installing `openssl` or `gnutls-cli`. The `openssl`
client is available from [http://openssl.org/related/binaries.html]() or ### Windows
[http://gnuwin32.sourceforge.net/packages/openssl.htm](). Unfortunately, it
appears that Emacs cannot communicate properly with the openssl subprocess under Under Windows you need to use `gnutls-cli` under Cygwin (tested with Cygwin 1.7.5-1). The Cygwin `bin` directory, by default `c:/cygwin/bin`, should be in your path. ‘Standalone´ versions of `openssl` or `gnutls-cli` do not appear to work under Windows.
Windows and I have no idea what combination of Emacs and openssl binary could
possibly solve this problem.


## Installation and configuration ## Installation and configuration


Expand Down

0 comments on commit 98dee18

Please sign in to comment.