Jom

From Qt Wiki
Revision as of 08:35, 25 February 2015 by Maintenance script (talk | contribs)
Jump to navigation Jump to search


Introduction to jom

jom is a clone of nmake to support the execution of multiple independent commands in parallel. It basically adds the -j command line switch similar to GNU make. The original blog post can still be found "here":http://blog.qt.io/blog/2009/03/27/speeding-up-visual-c-qt-builds/.

Download the binary package

A ZIP file, containing the latest stable build, can be downloaded from the Qt Project servers:

Reporting Bugs

Please report any bugs in "our bug tracker":https://bugreports.qt.io/. Report it against the Qt Creator project, component 'jom'.

Getting the Source

The source code repository is hosted at "qt.io":http://qt.io/ and mirrored on "gitorious":http://qt.gitorious.org/qt-labs/jom/.

git clone git://gitorious.org/qt-labs/jom.git

Building is usually done by simply invoking

qmake -r
nmake

in the source directory.

Further build instructions can be found in the file "README":http://qt.gitorious.org/qt-labs/jom/blobs/master/README.

Contributions

If you want to contribute code, you can do so by using your Qt Project gerrit account.

git clone git://gitorious.org/qt-labs/jom.git
git remote add gerrit <gerrit-username>@codereview.qt.io:qt-labs/jom
 hack hack hack 
git push gerrit HEAD:refs/for/master