On 15/03/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi all, > I istalled Linux Ubuntu 7.10 (bello!!). > The system don't have a > working modem, so can't use aptitude or similar to update. > I'm new in > Linux and need help to install FPC/lazarus without packages. > Each > suggestion will be appreciate
Without a modem you are a bit stuck. Your best bet might be to look for a Freedom Toaster (http://freedomtoaster.org) near you. Alternatively ask a friend to download the required packages. The problem is that you could compile Lazarus on another computer and copy over the executable, but you will still not be able to compile and link any LCL applications on your own computer. The *-devel packages are required for that. I sometimes use MSEide like described above. In a pinch, I can use the MSEide executable (because it ships in binary format) as a fancy editor, but to link a new project you still require the *-devel packages. Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
