Results 1 to 4 of 4

Thread: Building multiple versions of one software

  1. #1
    Join Date
    Jan 2006
    Beans
    295

    Building multiple versions of one software

    Hello,

    I am not sure if this is the right section to ask this question (sorry if it isnt). Anyway, I want to build and install 3 different softwares:
    OpenCV, Player, Stage.

    These are required for my school projects and research etc. Now, I need to install them in this manner:
    Opencv-2.0.0, player-2.1.3 and stage-2.1.1

    and

    Opencv-2.1.0, player-3.0.1 and stage-3.2.2

    The reason for this is, these are the sets of versions that talk to each other without problems. And I need the older versions for a project that I'm currently working on and its always nice to have the newest version installed on the system. If its only a single version install, its pretty easy and I can do it. Since I want to install multiple versions of the same software I could use some help. I am not sure whether I can install all of the them in the default directory (/usr/local/). So, I can set up a separate directory on my home folder. But thats as far as I've gotten to. I am particularly concerned whether one version would break another. Is there anything that I can do to avoid this?

    Thanks.
    Custom Build:
    Windows 10 and Kubuntu 18.04

  2. #2
    Join Date
    Jan 2006
    Beans
    295

    Re: Building multiple versions of one software

    Could use some help on this.
    Custom Build:
    Windows 10 and Kubuntu 18.04

  3. #3
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Building multiple versions of one software

    programming forum should be more helpfull

  4. #4
    Join Date
    Jun 2008
    Location
    California
    Beans
    154
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Building multiple versions of one software

    I think you should be able to install multiple versions in the same directory. For example, if you look at /usr/lib, you will likely see multiple versions of the same library file but typically only one of them is being linked to the current application. So you might have to play around a bit to get the correct linkages.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •