diff options
author | Michał Cichoń <michcic@gmail.com> | 2011-11-15 22:48:17 +0100 |
---|---|---|
committer | Michał Cichoń <michcic@gmail.com> | 2011-11-15 22:48:17 +0100 |
commit | b98c9aa287a87910ca57cf82500d1c7370ef8144 (patch) | |
tree | c1baabfc039ce8eeba7b7f5783df709d23d15837 /README | |
parent | 84d38182331a28dba735f49bec2a17cccdb6034b (diff) | |
download | pianobar-windows-build-b98c9aa287a87910ca57cf82500d1c7370ef8144.tar.gz pianobar-windows-build-b98c9aa287a87910ca57cf82500d1c7370ef8144.tar.bz2 pianobar-windows-build-b98c9aa287a87910ca57cf82500d1c7370ef8144.zip |
Add README file.
Diffstat (limited to 'README')
-rw-r--r-- | README | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -0,0 +1,20 @@ +pianobar for Windows - build environment
+========
+
+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/
+
+
+This project is a build environment for pianobar port for Windows which can be
+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
+
|