| install from - sources preface Me, as perhaps many of computer users used to collect preferred software. After some time every user notice that often software doesn't work as expected or doesn't work at all. In some cases application that works fine under one version of operating system, fails to work under another version. And many of us already understood that we didn't have anything material ;) We can lost everything, t-short, pen, car, home.. everything... except _knowledges_ and mind (there are exceptions too..). So, software doesn't valuable, and really important is the source. |
|
| There is another question to
answer too. How
if-so project
started? Because I was need it very very very much. Many people for some reasons using RedHat, Fedora, Mandrake, Suse, etc... Linux distributions. One of major reasons for them to use RedHat is that major software vendors (AliasWavefront, Oracle, Borland) guarantee they programs will work on RedHat and release software as rpm packages. |
| On most distributions
packages compiled to work on
any i386. But in
fact you can not install modern RedHat distributions on an i386 machine. Because in generally You have no so much memory on a i386 machine. On the other hand all programs compiled to work with i386 instructions. It is a performance loss even when You have i486 ;) You can work on a machine complected with pentium, pentium-mmx, pentium 3, petium 4 or athlon. But performance of precompiled applications in the distribution would be poor. Sure, You can download tarball's or src.rpm's and compile all programs You need on Your computer. But a lot of problems arise: Remember, that './configure' script does not often properly understands Your environment. Remember, that You will have problems with uninstalling software because mainly in Makefile's there is no uninstall section. You should read makefile, and remove all file installed during 'make install' by Yourself. Remember, that there are no integration with any package management in this case, and if You even can't list all programs installed. Remember, that there is a lot of troubles with dependencies. You have to recourcively download dependencies, configure, build, and install them Yourself. There's a lot of troubles if You want to have really fast system. I don't like such troubles |
| Download
if-so from SourceForge download page |
Dependencies: You only need to have rpm, rpm-build and wget programs installed on most systems. (In Suse there is no rpm-build progam, so you just need rpm installed). |