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. How to distribute the .so / .lib libraries (with or without headers) to the other developers.
Forum Updated to NodeBB v4.3 + New Features

How to distribute the .so / .lib libraries (with or without headers) to the other developers.

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 246 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.
  • mrdebugM Offline
    mrdebugM Offline
    mrdebug
    wrote on last edited by
    #1

    Hi. In a company where there are many developers grouped by teams, each team are working on something.
    Each team are using git to manage the sources.
    So now we need a way to give a built libraryes (closed source) to the teams that require them.
    Git seems to not be the right solution to distribute the compiled libraries.
    Can you suggest me a way?
    Please remember, a library can have headers and can be compiled for win, mac or linux. The right solution is to have only the required platform, not all.

    Need programmers to hire?
    www.labcsp.com
    www.denisgottardello.it
    GMT+1
    Skype: mrdebug

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Are you thinking about something like conan.io

      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
      2
      • Kent-DorfmanK Offline
        Kent-DorfmanK Offline
        Kent-Dorfman
        wrote on last edited by
        #3

        jenkins...automatic, scheduled builds of the libraries, and as part of the process they get staged where the dev teams can pull them. It's bad process to allow distributed teams to load and use shared libraries that haven't been tested and "released" anyways.

        1 Reply Last reply
        1
        • mrdebugM Offline
          mrdebugM Offline
          mrdebug
          wrote on last edited by mrdebug
          #4

          Please don't worry.
          No one library will be distributed without a full and long test.
          The proposed solution (conan) seems to be valid, so now I start to study it

          Need programmers to hire?
          www.labcsp.com
          www.denisgottardello.it
          GMT+1
          Skype: mrdebug

          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