--- /dev/null
--- /dev/null
++README for Aurora
++==================
++
++(c) Konrad Rosenbaum, 2012-2013
++protected under the GNU LGPL v.3
++see LICENSE.LGPL for details
++for 3rd-party components' copyright see installer/libs
++
++Aurora is a library for program updates.
++
++Warning to Windows Fanatics: this library needs a lot of GNU tools to work.
++I have actually no clue how you could build this library with Visual Studio!
++
++Requirements:
++==============
++
++* Qt 5.x
++* GnuPG/libassuan/GPGME (included as GIT submodules)
++* GNU Autotools
++ -> Linux: install the autotools packages autoconf and automake
++ -> Windows: install MinGW and MSys
++
++Building the library:
++======================
++
++You have to build GPG first. Make sure you have all submodules:
++git submodule init
++git submodule update
++
++Build GPG: ./build-gpg.sh
++For MinGW builds: do this inside the MSys shell
++For VC builds: you are on your own, sorry.
++
++
++Then build the actual Aurora library:
++cd src && qmake && make
++For MinGW builds: do this in a normal cmd.exe shell,
++ MSys may behave unexpectedly
++For VC builds: if you somehow translated GPGME, this will work with your
++ favourite way of building Qt projects
++
++
++Creating Packages
++==================
++
++Create a ZIP file that contains the entire program. For Aurora this includes
++the following:
++
++libAurora.so* (or Aurora.dll)
++gpg(.exe) (from gpg/bin/gpg(.exe))
++