Jom
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 [blog.qt.io].
Download the binary package
A ZIP file, containing the latest stable build, can be downloaded from the Qt Project servers:
- the latest stable jom release: http://download.qt.io/official_releases/jom/jom.zip [download.qt.io]
- the changelog for the latest release: http://download.qt.io/official_releases/jom/changelog.txt [download.qt.io]
- the latest experimental jom build: http://download.qt.io/official_releases/jom/unstable-jom.zip [download.qt.io]
- or browse the directory: http://download.qt.io/official_releases/jom/ [download.qt.io]
Reporting Bugs
Please report any bugs in our bug tracker [bugreports.qt.io].
Report it against the Qt Creator project, component ‘jom’.
Getting the Source
The source code repository is hosted at qt.io [qt.io] and mirrored on gitorious [qt.gitorious.org].
Building is usually done by simply invoking
in the source directory.
Further build instructions can be found in the file README [qt.gitorious.org].
Contributions
If you want to contribute code, you can do so by using your Qt Project gerrit account.
Happy Hacking!