: Compile it like you would any other program: ./configure
: make
: make install
: The wiki appears to have some stuff about Ubuntu in it as well:
: http://source.bungie.org/wiki/index.php/Linux_Build_Instructions
: Lastly, README.Unix is the one you want--Linux is close enough.
Interesting! I'm assuming that means using the Terminal? This is what I tried:
b@b-laptop:~$ ./configure
bash: ./configure: No such file or directory
b@b-laptop:~$ ./configure alephone
bash: ./configure: No such file or directory
b@b-laptop:~$ make alephone
make: *** No rule to make target `alephone'. Stop.
b@b-laptop:~$ make install alephone
make: *** No rule to make target `install'. Stop.
b@b-laptop:~$ ./configure make install alephone
bash: ./configure: No such file or directory
b@b-laptop:~$ ./configure make make install alephone
bash: ./configure: No such file or directory
b@b-laptop:~$ '/home/b/Desktop/AlephOne-20071103' ./configure
bash: /home/b/Desktop/AlephOne-20071103: is a directory
b@b-laptop:~$ /home/b/Desktop/Alephone-20071103
bash: /home/b/Desktop/Alephone-20071103: No such file or directory
b@b-laptop:~$ /home/b/Desktop/AlephOne-20071103
bash: /home/b/Desktop/AlephOne-20071103: is a directory
b@b-laptop:~$ /home/b/Desktop/AlephOne-20071103 ./configure
bash: /home/b/Desktop/AlephOne-20071103: is a directory
b@b-laptop:~$ /home/b/Desktop/AlephOne-20071103 make
bash: /home/b/Desktop/AlephOne-20071103: is a directory
b@b-laptop:~$ /home/b/Desktop/AlephOne-20071103 make install
bash: /home/b/Desktop/AlephOne-20071103: is a directory
b@b-laptop:~$ /home/b/Desktop/AlephOne-20071103 ./configure alephone
bash: /home/b/Desktop/AlephOne-20071103: is a directory
b@b-laptop:~$
But, still no luck. Heh, I'm coming across as a total n00b, aren't I? I'm starting to regret no selling this laptop and just saving up for a Mac, much as I'm enjoying Ubuntu.
Of course, I got frustrated, then got silly
b@b-laptop:~$ make it so I can use AlePhone, please.
make: *** No rule to make target `it'. Stop.
b@b-laptop:~$ how about just make it so I can use AlephOne?
bash: how: command not found
b@b-laptop:~$ find the command please
find: the: No such file or directory
find: command: No such file or directory
find: please: No such file or directory
b@b-laptop:~$ make the directory for it
make: *** No rule to make target `the'. Stop.
b@b-laptop:~$ make the rule
make: *** No rule to make target `the'. Stop.
b@b-laptop:~$ make a rule to target 'the' so I can make it work please
make: *** No rule to make target `a'. Stop.
b@b-laptop:~$
and still failed utterly to do anything useful, heh.