From 078dee30eb7ac33dd9e90aaf7b76cdeb8b0fdfef Mon Sep 17 00:00:00 2001 From: Michał Cichoń Date: Tue, 1 May 2012 17:07:24 +0300 Subject: Update README --- README | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README b/README index b26c169..04d6a7d 100644 --- a/README +++ b/README @@ -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/ @@ -17,7 +20,3 @@ Source code of four libraries is included: - libao - unmodified, but stripped from unnecessary files - libmad - unmodified, but stripped from unnecessary files - pthreads-win32 - unmodified, but stripped from unnecessary files - - -Binaries of this project can be found at: -https://github.com/thedmd/pianobar-windows-binaries \ No newline at end of file -- cgit v1.2.3 From db636a62a2c99ec0d2d89a11631ef428163c73b5 Mon Sep 17 00:00:00 2001 From: Michał Cichoń Date: Tue, 1 May 2012 17:07:48 +0300 Subject: Update README --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 04d6a7d..0ad5bfb 100644 --- a/README +++ b/README @@ -1,8 +1,8 @@ pianobar for Windows - build environment ======== -** *Binaries* in the form of *standalone* executable ara available at: -** https://github.com/thedmd/pianobar-windows-binaries +*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 -- cgit v1.2.3 From cea8d29062d273275d91392a7a551f1aef4b3b2d Mon Sep 17 00:00:00 2001 From: Michał Cichoń Date: Tue, 1 May 2012 17:09:47 +0300 Subject: Update README --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index 0ad5bfb..673971c 100644 --- a/README +++ b/README @@ -15,8 +15,10 @@ 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: +Source code of included libraries: - 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 + - json-c - unmodified, but stripped from unnecessary files + - blowfish - modified Paul Kocher sources, available at http://www.schneier.com/blowfish-download.html -- cgit v1.2.3