Aruna, here is my model for installing FPC and Lazarus, its chiefly about being quick and saving disk space.
https://github.com/davidbannon/FPC_Laz_InstallI started doing this on VMs initially because I have so many and disk space is an issue. If you want FPC 3.2.4rc1, first you have to FPC322 to build it, and thats slow on a one cpu VM. My model is to have a tar of the compiled binaries and source on hand, untar it from #HOME and it ends up exactly where I want it, under $HOME/bin. Its very quick, resolves dependencies, installs a fpc.cfg. And easily deleted to save disk space before I close the VM.
My current script for downloading, building and configuring Lazarus is there too. I have been using these for awhile, but needed to do a lot of clean ups and sanity checks before going public.
I do not consider this, in any way, rival to FPCUPDELUXE, it is limited to -
- 64 bit Linux
- FPC 3.20, 3.2.2 and 3.2.4rc1
- Assumes a reasonably knowledgeable user, and one who wants to know where things
are !
- Has none of the fine detail or user friendlyness.
Right now, its a very convenient way to get the FPC release candidate at least.
Davo