Add instructions on how to use submodules to README.

This commit is contained in:
Vaclav Slavik
2013-03-16 10:12:10 +01:00
parent dde876001a
commit 76ec5ec771

12
README
View File

@@ -47,9 +47,15 @@ Download the sources archive and have a look at the examples/ folder.
If you want to stay at the bleeding edge and use the latest, not yet released,
version of WinSparkle, you can get its sources from public repository.
WinSparkle uses git and and the sources are hosted on GitHub. See
http://github.com/vslavik/winsparkle for information on how to check the
sources out.
WinSparkle uses git and and the sources are hosted on GitHub at
http://github.com/vslavik/winsparkle
WinSparkle uses submodules for some dependencies, so you have to initialize
them after checking the tree out:
$ git clone git://github.com/vslavik/winsparkle.git
$ git submodule init
$ git submodule update
Then compile WinSparkle as described above; no extra steps are required.