Don't show bisect branches in 'vng branch'
[vng.git] / README
blob3325c858fcfa4859bfcbe669ab54eab4117bf969
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!