update todo
[vng.git] / README
blob4112a7ccfadac8134931bec78a78b2fa844b0824
1 Introduction and initial release (at 0.22) can be read at;
2 http://labs.trolltech.com/blogs/2008/03/30/sourcecode-collaboration/
4 Compiling
5 =========
6 To compile this project you need Qt4, only the qt-core library is used.
7 This is tested to work on Qt4.3 and Qt4.4.
9 To generate a makefile call the 'qmake' command in the vng directory.  Make
10 sure you call the one from the right Qt release.
11 Some linux distros ship this command names 'qmake-qt4'
13 After calling qmake, compile the project like you would any other.  This is
14 platform dependent and could be "nmake", "make" etc.
16 You will find the "vng" command line in the build directory, on Windows it will
17 be in a subdirectory like debug\vng.exe or release\vng.exe.
19 Thats all!
22 Pushing & Committing
23 ====================
25 if you make any changes to the sourcecode, it would be great if you can share that with us.
26 The hosting site http://repo.or.cz/w/vng.git allows you to share your recorded changes
27 with minimal fuss with us.
28 After recording your changes all you need to do is to call
29   git push git+ssh://repo.or.cz/srv/git/vng.git +master:mob
30 this will push your changes so the rest of the world can see them.  Be sure to write
31 easy to understand comments for your commits!
34 Have fun.