PDA

View Full Version : [SOLVED] Compile and transfer



masque7
October 3rd, 2010, 05:33 PM
I've got a laptop and a netbook with Ubuntu 10.04 and the Netbook Edition installed with i686 versions respectively. If I compile software on one box, how do I copy it to the other? The netbook doesn't have the build/dev tools installed, so I don't want to compile twice -- or on an Atom CPU.

Is the easiest way to make a .deb, or is there a better way to transfer a successful build onto the netbook? Thanks

Darkness Des
October 3rd, 2010, 05:39 PM
When you do sudo make install in the compiling process, change that to sudo make checkinstall and it will build a .deb

andrewthomas
October 3rd, 2010, 08:11 PM
https://help.ubuntu.com/community/CompilingEasyHowTo

masque7
October 3rd, 2010, 11:11 PM
Thanks. It's just sudo checkinstall to make a deb

Darkness Des
October 4th, 2010, 01:07 AM
That would explain quite a bit... Please mark your thread as Solved, using the thread tools button at the top.

masque7
October 4th, 2010, 11:53 PM
Have done. Where's the place to go to upload successful deb builds? If anyone is curious it's Handbrake 0.9.4 for x86/i686

Darkness Des
October 5th, 2010, 02:18 AM
To remix a bad commercial, "There's a repo for that". Literally. I get daily updates. But are you asking where to store files on the internet? Sendspace works good, Megaupload, Flash Drives, anything.

masque7
October 5th, 2010, 09:21 AM
If you mean Handbrake, this is from the website (http://handbrake.fr/downloads.php)

0.9.4 is no longer available due to compatibility issues with the newer version of gnome.And then there are unstable pre-release builds, so I figured compiling 0.9.4 was the best option.

JohnAStebbins
October 6th, 2010, 01:12 AM
If you mean Handbrake, this is from the website (http://handbrake.fr/downloads.php)
And then there are unstable pre-release builds, so I figured compiling 0.9.4 was the best option.

Um, those 'unstable' pre-release builds are almost always better than 0.9.4. 0.9.4 is stable in the sense that it is not changing. Not in the sense that it is free of bugs. The nightly builds have far fewer bugs than 0.9.4, but since they change nightly, you never know when a show stopper bug might arise. But such show stoppers are fixed before the next nightly if not within minutes of being discovered.