Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
Jom: Difference between revisions
(purged gitorious) |
(Added LangSwitch) |
||
Line 1: | Line 1: | ||
{{LangSwitch}} | |||
[[Category:Tools]] | [[Category:Tools]] | ||
= Introduction to jom = | = Introduction to jom = | ||
Revision as of 19:47, 27 June 2015
En Ar Bg De El Es Fa Fi Fr Hi Hu It Ja Kn Ko Ms Nl Pl Pt Ru Sq Th Tr Uk Zh
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 on the Qt blog.
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
- the changelog for the latest release: http://download.qt.io/official_releases/jom/changelog.txt
- the latest experimental jom build: http://download.qt.io/official_releases/jom/unstable-jom.zip
- or browse the directory: http://download.qt.io/official_releases/jom/
Reporting Bugs
Please report any bugs in our bug tracker. Report it against the Qt Creator project, component 'jom'.
Getting the Source
The source code repository is hosted at codereview.qt-project.org and mirrored on code.qt.io.
git clone git://code.qt.io/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 README.
Contributions
If you want to contribute code, you can do so by using your Qt Project gerrit account.
git clone git://code.qt.io/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