Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Location to download Qt Linguist?
Forum Updated to NodeBB v4.3 + New Features

Location to download Qt Linguist?

Scheduled Pinned Locked Moved Unsolved General and Desktop
7 Posts 4 Posters 9.3k Views 4 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • PerdrixP Offline
    PerdrixP Offline
    Perdrix
    wrote on last edited by
    #1

    Is there somewhere that a current version of Linguist can be downloaded from (for use by a translator).

    Thanks, David

    mzimmersM 1 Reply Last reply
    0
    • PerdrixP Perdrix

      Is there somewhere that a current version of Linguist can be downloaded from (for use by a translator).

      Thanks, David

      mzimmersM Offline
      mzimmersM Offline
      mzimmers
      wrote on last edited by
      #2

      @Perdrix is it not already supplied in your Qt installation? Mine is in C:\Qt\6.5.3\mingw_64\bin.

      PerdrixP 1 Reply Last reply
      0
      • mzimmersM mzimmers

        @Perdrix is it not already supplied in your Qt installation? Mine is in C:\Qt\6.5.3\mingw_64\bin.

        PerdrixP Offline
        PerdrixP Offline
        Perdrix
        wrote on last edited by
        #3

        @mzimmers Yes of course I have it. This is to DL Qt Linguist without the rest of Qt just for use by a translator.

        SGaistS 1 Reply Last reply
        0
        • PerdrixP Perdrix

          @mzimmers Yes of course I have it. This is to DL Qt Linguist without the rest of Qt just for use by a translator.

          SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi,

          AFAIK, no. That said, on which OS do you need that ? If on Linux, it can be installed using the package manager of the distribution.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • Paul ColbyP Offline
            Paul ColbyP Offline
            Paul Colby
            wrote on last edited by
            #5

            @Perdrix said in Location to download Qt Linguist?:

            Is there somewhere that a current version of Linguist can be downloaded from (for use by a translator).

            Qt Linguist is part of the Qt Tools module, so you should be able to install that module (along with its dependencies) a few different ways.

            The hard way (not recommended):

            1. download the *.7z archive from download.qt.io/online/qtsdkrepository, for example, this one for Linux: 6.6.1-0-202311210527qttools-Linux-RHEL_8_8-GCC-Linux-RHEL_8_8-X86_64.7z
            2. extract, and apply patches for your host (do-able, but not recommended)

            The easier way (untested, but is definitely where I would start): Use Another Qt installer (aqt) to do the above two steps for you, like, for example:

            aqt install-qt linux desktop 6.6.1 gcc_64 --archives qttools`
            

            This will install just the qttools module. See Installing a subset of Qt archives [Advanced] (and read the Note there).
            Depending on the host, you might need to include the qtbase module too. Try it and see.

            Tip: this site is invaluable for building the aqt command line for you - https://ddalcino.github.io/aqt-list-server/ (saves me a lot of effort on a regular basis)

            The easiest way (if available): install the Qt Tools module, or Qt Linguist itself, via your OS's package manager. Obviously not available on all operating systems, but for Ubuntu, for example:

            apt install linguist-qt6
            # or
            apt install qttools5-dev-tools # Includes Qt Linguist.
            

            As @SGaist asked, let us know the OS, and we might be able to help further.

            Cheers.

            PerdrixP 1 Reply Last reply
            1
            • Paul ColbyP Paul Colby

              @Perdrix said in Location to download Qt Linguist?:

              Is there somewhere that a current version of Linguist can be downloaded from (for use by a translator).

              Qt Linguist is part of the Qt Tools module, so you should be able to install that module (along with its dependencies) a few different ways.

              The hard way (not recommended):

              1. download the *.7z archive from download.qt.io/online/qtsdkrepository, for example, this one for Linux: 6.6.1-0-202311210527qttools-Linux-RHEL_8_8-GCC-Linux-RHEL_8_8-X86_64.7z
              2. extract, and apply patches for your host (do-able, but not recommended)

              The easier way (untested, but is definitely where I would start): Use Another Qt installer (aqt) to do the above two steps for you, like, for example:

              aqt install-qt linux desktop 6.6.1 gcc_64 --archives qttools`
              

              This will install just the qttools module. See Installing a subset of Qt archives [Advanced] (and read the Note there).
              Depending on the host, you might need to include the qtbase module too. Try it and see.

              Tip: this site is invaluable for building the aqt command line for you - https://ddalcino.github.io/aqt-list-server/ (saves me a lot of effort on a regular basis)

              The easiest way (if available): install the Qt Tools module, or Qt Linguist itself, via your OS's package manager. Obviously not available on all operating systems, but for Ubuntu, for example:

              apt install linguist-qt6
              # or
              apt install qttools5-dev-tools # Includes Qt Linguist.
              

              As @SGaist asked, let us know the OS, and we might be able to help further.

              Cheers.

              PerdrixP Offline
              PerdrixP Offline
              Perdrix
              wrote on last edited by
              #6

              @Paul-Colby I would expect that the translator will be running a Windows system.

              SGaistS 1 Reply Last reply
              0
              • PerdrixP Perdrix

                @Paul-Colby I would expect that the translator will be running a Windows system.

                SGaistS Offline
                SGaistS Offline
                SGaist
                Lifetime Qt Champion
                wrote on last edited by
                #7

                In that case, the likely easier path would be to follow the deployment steps for the Linguist you want to share and provide it as an archive (or use the QIF for that)

                Interested in AI ? www.idiap.ch
                Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                1 Reply Last reply
                0

                • Login

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups
                • Search
                • Get Qt Extensions
                • Unsolved