More fixing and adding of QLatin1String() wrappers.
[vng.git] / README
blobfac202ec373cbac73a08cbdb993413135163ac6c
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.4 or later, only the qt-core library is used.
8 To generate a makefile call the 'qmake' command in the vng directory.  Make
9 sure you call the one from the right Qt release.
10 Some linux distros ship this command names 'qmake-qt4'
12 After calling qmake, compile the project like you would any other.  This is
13 platform dependent and could be "nmake", "make" etc.
15 You will find the "vng" command line in the build directory, on Windows it will
16 be in a subdirectory like debug\vng.exe or release\vng.exe.
18 Thats all!
21 Pushing & Committing
22 ====================
24 if you make any changes to the sourcecode, it would be great if you can share that with us.
25 The hosting site http://repo.or.cz/w/vng.git allows you to share your recorded changes
26 with minimal fuss with us.
27 After recording your changes all you need to do is to call
28   git push git+ssh://repo.or.cz/srv/git/vng.git +master:mob
29 this will push your changes so the rest of the world can see them.  Be sure to write
30 easy to understand comments for your commits!
33 Have fun.