Menu

Building OmegaT from source Log in to Edit

msoutopico

How to build OmegaT from source

Steps

  • Open your favourite terminal.
  • Clone the repo:
    git clone https://github.com/omegat-org/omegat.git
  • Enter the omegat directory:
    cd omegat
  • Run gradlew:
    ./gradlew clean installDist

A newly build OmegaT will be located in ./build/install/OmegaT. That includes crossplatform OmegaT.jar + all the needed libs + docs.

Furthermore, command gradlew tasks would show all that gradle is configured to do in OmegaT source.


Related

Wiki: Home