Jump to content

Compiling on one machine then installing on anothe


Recommended Posts

Hope this is the right forum for this, if not appologies.

 

I have compiled some software (kopete) on my machine at home but now want to install it to about 7 computers at work. I assume that it is possible to install these compiled programs onto these machines but I am unsure how. Obviously, I don't want to compile the programs on the new machines (besides taking way to long a decent machine these are ancient beasts that would take an eternity plus they don't have the hard-disk space for it) so how can install them without recompiling them.

 

Thanks

Link to comment
Share on other sites

Yeah

Copy the source directory and stick it on the new machine and then do a

make install

 

(you obviously don't need the source part, just the compiled stuff but kopete must be tiny so its probably eaiser to just stick everything.

 

(However it still need the linking to be the same and the libraries to be present which were checked when you ran the configure.....

 

the make install won't actually check....

 

if it doesn't you can run the configure and work out what's missing and then manually urpmi the libraries....

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...