Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. GSL on qt
Forum Update on Monday, May 27th 2025

GSL on qt

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 2 Posters 2.8k Views
  • 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.
  • H Offline
    H Offline
    Horro
    wrote on last edited by
    #1

    Hi,

    I am currently trying to do my uni project at home and I need to get GSL (GNU scientific library) to work on qt creator. I've googled this and unfortunately I don't understand any of the answers (they're not explained simply enough). So I would appreciate if somebody could help me, keeping in mind I have absolutely no idea what I'm doing.

    Thanks.

    jsulmJ 1 Reply Last reply
    0
    • H Horro

      Hi,

      I am currently trying to do my uni project at home and I need to get GSL (GNU scientific library) to work on qt creator. I've googled this and unfortunately I don't understand any of the answers (they're not explained simply enough). So I would appreciate if somebody could help me, keeping in mind I have absolutely no idea what I'm doing.

      Thanks.

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Horro Are you on Windows or Linux?
      On Linux you just need to install GSL. On Ubuntu, for example, you need to install these packages:

      • libgsl0ldbl
      • libgsl0-dev
        Then right click on the project in QtCreator and then "Add Library..." and select the library.
        "I have absolutely no idea what I'm doing" - you should learn how shared libraries work.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      2
      • H Offline
        H Offline
        Horro
        wrote on last edited by
        #3

        I am running windows. Problem is I used PuTTY at uni and used "gedit" as my editor, but when I use that from home (connecting to the uni server and using XMing) it is super slow so I now have to try to figure it all out with qt creator :(

        jsulmJ 1 Reply Last reply
        0
        • H Horro

          I am running windows. Problem is I used PuTTY at uni and used "gedit" as my editor, but when I use that from home (connecting to the uni server and using XMing) it is super slow so I now have to try to figure it all out with qt creator :(

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @Horro So you're on Linux over SSH? Could you please tell us clearly?
          If you're on Windows then you probably will need to build GSL sources by yourself with the same compiler you're using for your app. But maybe there are Windows binaries available, search for them.
          I would install Linux in a virtual machine and develop there.

          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