development with Lazarus?
Lazarus works great in Windows 7 but, I really want Lazarus to work in Linux.
I tried Ubuntu with Lazarus and it was a sad history!
I want a stable Linux dist that really works with Lazarus.
Anyone know some Linuxdist?
Regards/Rob
Your easiest choice happens to be the best choice...TinyCore. There is no "install", ever! You simply boot it from a cd rom. It is all contained in 2 files totaling <15 mb. You simply create a directory, c:\\tce, and boot from the cd then all the installation files populate this /tce directory. Lives right on the same box as your Windows 7.
In less than one hour you can install not only the OS but Lazarus, git, svn, and the full GNU build system to compile Lazarus/FPC from scratch if you like.
1) Burn the TinyCore.iso in your favorite iso burner app. (10 mins). Reboot into it.
2) Start loading apps from the repo. Save time by going in this order: git, svn, compiletc(Gnu compile tools), Lazarus. (maybe 45 mins)
3) Now you can jump right into installing your components of choice. You are already configured to compile them from source directly by git and svn checkout.
This is the iso you want:
http://tinycorelinux.net/4.x/x86/archive/4.7.7/TinyCore-4.7.7.isoNote: Currently the Lazarus and FPC are in the archive of the repo in the /4.x directory. Simply install FileZilla.tcz, run it , go to distro.ibiblio.org, find the files fpc.tcz and lazarus.tcz in /tinycorelinux/4.x/x86/tcz. Hopefully, you will be directed to the correct repo directory as it should be.
If you want a more adventurous route you can try a microcore installation. You start from the ground up at the commandline and install a fully custom install. The "stock" distro is using only XVesa. You can do a full blown X11 system for more graphics performance with a few simple commands. I can load the right driver for my nvidia card and run glxgears (the 3d benchmarking app) with a few simple shell commands.
If you want to try it, get my remaster here :
http://code.google.com/p/ootools/downloads/detail?name=Core64_32e.iso&can=2&q=This has the microcore 32 bit OS AND the 64 bit version on one iso <20mb. I cannot get the 64 bit version to run on my system, perhaps you can.