Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Anti-Lamenessing Engine (ALE) ebuild?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
0xDEADBEEF
n00b
n00b


Joined: 22 Jan 2005
Posts: 21

PostPosted: Fri Jan 28, 2005 6:52 am    Post subject: Anti-Lamenessing Engine (ALE) ebuild? Reply with quote

Whenever I want to merge photos I transfer them from my 2100 MHz Athlon box to my headless 500 MHz Debian box, and then run ALE on them, which often crashes the whole system due to flakey hardware.

Does anyone feel like being really cool and becoming a gentoo maintainer for this program?

http://auricle.dyndns.org/ALE/


I'm not much good with portage innards or compiling manually...
Back to top
View user's profile Send private message
LeTene
Guru
Guru


Joined: 02 Mar 2004
Posts: 348
Location: Ah'll glass ye!

PostPosted: Fri Jan 28, 2005 1:05 pm    Post subject: Reply with quote

Downloaded it for a look as I was bored at work ;).

You don't need to do much to get it running, here's the steps I did which should work for you. Do all of this as a normal user, not root:

  1. Create a top-level directory to hold "source only" projects for neateness...
    Code:
    letene@tux letene $ mkdir ~/source-projects

    ..and change into it
    Code:
    letene@tux letene $ cd ~/source-projects

  2. Grab the latest source code for ALE...
    Code:
    letene@tux source-projects $ wget http://auricle.dyndns.org/ALE/download/ale-0.8.0.tar.gz

    ...and un-tar it:
    Code:
    letene@tux source-projects $ tar zxf ale-0.8.0.tar.gz

  3. Change into the newly-created ALE directory...
    Code:
    letene@tux source-projects $ cd ale-0.8.0

    ...and build the project:
    Code:
    letene@tux ale-0.8.0 $ make



That's it! The ALE program is ~/source-projects/ale-0.8.0/ale and you can su to root and then copy this file to /usr/bin (or wherever) and it'll be globally available. Personally, I just leave such projects in the user directories and call them with the full path...you might be different.
_________________
Docs, Tips & Tricks at the Gentoo Wiki page.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum