View Single Post
Benson's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#22
Good instincts, but this time you don't want ./configure and make; the program is already built, so they're unnecessary.
Obviously, you need to have make installed for that plan to work; I do, but evidently it's not default (as I had assumed it was)...

I guess falling back to manually copying the one binary needed is sanest at this point.

So if I'm reading you right, you have everything in /usr/bin/xautomation-1.02/ ? That's not where I'd have put it, but it'll do.

What you want to wind up with is just the file xte in /usr/bin.

So, assuming it's in /usr/bin/xautomation-1.02/, do something like
Code:
cd /usr/bin/xautomation-1.02/
cp xte /usr/bin/
and, optionally,
Code:
cd
rm -r /usr/bin/xautomation
to remove the source and other programs afterwards.
 

The Following User Says Thank You to Benson For This Useful Post: