diff options
author | Michał Cichoń <michcic@gmail.com> | 2012-05-06 01:46:56 +0200 |
---|---|---|
committer | Michał Cichoń <michcic@gmail.com> | 2012-05-06 01:46:56 +0200 |
commit | 81db488ebe397ddba4e51e04c0719023ef18cf70 (patch) | |
tree | 3667c7de1e4e446e354e87d14a3ddebae93bc5b2 /README | |
parent | 30b6a77f86a35dab16b3bf9b815e089657fc6890 (diff) | |
download | pianobar-windows-build-81db488ebe397ddba4e51e04c0719023ef18cf70.tar.gz pianobar-windows-build-81db488ebe397ddba4e51e04c0719023ef18cf70.tar.bz2 pianobar-windows-build-81db488ebe397ddba4e51e04c0719023ef18cf70.zip |
Replace axTLS with PolarSSL as it does not handle secure connections well enough.
Diffstat (limited to 'README')
-rw-r--r-- | README | 18 |
1 files changed, 10 insertions, 8 deletions
@@ -1,6 +1,9 @@ pianobar for Windows - build environment
========
+*Binaries* in the form of *standalone* executable ara available at:
+https://github.com/thedmd/pianobar-windows-binaries
+
pianobar is a console client for the personalized web radio pandora
(http://www.pandora.com). Source code of the original project can be found at
at http://github.com/PromyLOPh/pianobar/ or http://6xq.net/projects/pianobar/
@@ -12,12 +15,11 @@ found at https://github.com/thedmd/pianobar-windows/ Solution files for Microsoft Visual Studio 2008 are available and allow building
pianobar in clean environment.
-Source code of four libraries is included:
- - axTLS - modified version, which generate SHA-1 fingerprint for certificates
- - libao - unmodified, but stripped from unnecessary files
- - libmad - unmodified, but stripped from unnecessary files
- - pthreads-win32 - unmodified, but stripped from unnecessary files
-
+Source code of included libraries:
+ - PolarSSL
+ - libao
+ - libmad
+ - pthreads-win32
+ - json-c
+ - blowfish - modified Paul Kocher sources, available at http://www.schneier.com/blowfish-download.html
-Binaries of this project can be found at:
-https://github.com/thedmd/pianobar-windows-binaries
\ No newline at end of file |