MorphOS Developer
Posts: 1520 from 2003/2/24
From: Finland
Download sources and compile it. Using configure and make cant be too difficult to anyone.
Quick survival guide for beginners:
Step A:
Locate, download, and unpack the source code.
Step B:
Check if there is a file called configure. If not then delete sources and find something else.
Step C:
Run configure. That is, type "configure" in a shell, press enter and wait. Sometimes you must type "configure --host=powerpc" (--help gives list of options). If you cant figure it out then find something else.
Step D:
Run make. That is, type "make" in a shell, press enter and wait. If it fails then find something else.
Step E:
Done.
1 + 1 = 3 with very large values of 1