Recent

Author Topic: Linux distro for programmers "shipped with LAzarus & .."  (Read 16381 times)

BSaidus

  • Hero Member
  • *****
  • Posts: 545
  • lazarus 1.8.4 Win8.1 / cross FreeBSD
Linux distro for programmers "shipped with LAzarus & .."
« on: January 09, 2012, 03:33:18 pm »
Hello Alles
I'm wondering if there is a linux disto the shipp Lazarus IDE (& maybe other IDE) with it by default..
??
 :-[
lazarus 1.8.4 Win8.1 / cross FreeBSD
dhukmucmur vernadh!

jwdietrich

  • Hero Member
  • *****
  • Posts: 1232
    • formatio reticularis
Re: Linux distro for programmers "shipped with LAzarus & .."
« Reply #1 on: January 09, 2012, 04:03:16 pm »
That would be an interesting option, and, if available for ARM processors, it would be the ideal distribution for the Raspberry PI (see topic http://www.lazarus.freepascal.org/index.php/topic,15362.0.html).

In fact, there was an Ubuntu LiveCD available from Austrian University of Applied Sciences hosting (see http://www.sigma-server.com/liveCD/Ubuntu-7.10-NTC-Lazarus.iso), however, this is an outdated version.
« Last Edit: January 09, 2012, 04:10:51 pm by jwdietrich »
function GetRandomNumber: integer; // xkcd.com
begin
  GetRandomNumber := 4; // chosen by fair dice roll. Guaranteed to be random.
end;

http://www.formatio-reticularis.de

Lazarus 2.2.6 | FPC 3.2.2 | PPC, Intel, ARM | macOS, Windows, Linux

BSaidus

  • Hero Member
  • *****
  • Posts: 545
  • lazarus 1.8.4 Win8.1 / cross FreeBSD
Re: Linux distro for programmers "shipped with LAzarus & .."
« Reply #2 on: January 09, 2012, 04:31:43 pm »
thxs ...
it will be wonderfull if some group of person take this and make a disto ( forked from ubuntu for exemple ) and add these IDE to it (Lazarus, CodeBlocks ...)
 :D
lazarus 1.8.4 Win8.1 / cross FreeBSD
dhukmucmur vernadh!

motaz

  • Sr. Member
  • ****
  • Posts: 495
    • http://code.sd
Re: Linux distro for programmers "shipped with LAzarus & .."
« Reply #3 on: January 09, 2012, 05:08:51 pm »
Customization of Ubuntu is an easy task. I've learned it few months ago and I've cusomized a CD for my children (2.5 G) which contains games and educational applications and Arabic support and many desktop options (gnome, unity, kde, and XFCE).

You can do it your self, just follow the instructions on this blog:

http://www.webupd8.org/2010/01/easily-create-custom-ubuntu-live-cd.html

mica

  • Full Member
  • ***
  • Posts: 196

TurboRascal

  • Hero Member
  • *****
  • Posts: 672
  • "Good sysadmin. Bad programmer."™
Re: Linux distro for programmers "shipped with LAzarus & .."
« Reply #5 on: January 09, 2012, 07:06:55 pm »
Yet why not install any popular distro and then simply install Lazarus?
Regards, ArNy the Turbo Rascal
-
"The secret is to give them what they need, not what they want." - Scotty, STTNG:Relics

Dibo

  • Hero Member
  • *****
  • Posts: 1048
Re: Linux distro for programmers "shipped with LAzarus & .."
« Reply #6 on: January 09, 2012, 07:35:24 pm »
Lazarus in linux distro as default IDE is good idea but I guess it will be more like makreting manipulation than help with installation? Because installation of lazarus for example on ubuntu could not be easier:
Quote
sudo aptitude install lazarus
This command will download and install stable lazarus, free pascal and all dependent libraries (like gcc, gtk headers etc.) Official ubuntu repository has already latest Lazarus 0.9.30.2 and FPC 2.4.4 so you don't even need to add lazarus repo.

Regards.

nicke85

  • Jr. Member
  • **
  • Posts: 92
  • #13#10
Re: Linux distro for programmers "shipped with LAzarus & .."
« Reply #7 on: January 09, 2012, 07:39:41 pm »
You can use ArchLinux it is allways with lastest software (kernel in respository is allways lastest stable from www.kernel.org) and you can install fpc 2.6.0,lazarus svn or stable with
Code: [Select]
sudo pacman -S fpc fpc-src lazarusWith Arch you can make Larch 'Live Arch' if you are experienced with linux.

also Slax can be build with Lazarus to be live USB or cd-dvd distro www.slax.org
« Last Edit: January 09, 2012, 07:41:59 pm by nicke85 »
ArchLinux X64 (XFCE) & Windows 7 SP1 Ultimate X64
FPC 2.7.1 / Lazarus 1.1 / ZeosDBO / fortes4lazarus -- all svn

mdalacu

  • Full Member
  • ***
  • Posts: 233
    • dmSimpleApps
Re: Linux distro for programmers "shipped with LAzarus & .."
« Reply #8 on: January 09, 2012, 09:03:31 pm »
Ubuntu is the way, a lot of support.

CaptBill

  • Sr. Member
  • ****
  • Posts: 435
Re: Linux distro for programmers "shipped with LAzarus & .."
« Reply #9 on: January 10, 2012, 05:32:21 am »
The hot ticket is Tinycore. The key difference is their approach to the repository. You set up a local repo and you don't just apt-get applications from a remote repo, your personal repo is your FILE SYSTEM. You now write TO your repo into a package or extension, or even a vhd via an apt-SET.
Now Tinycore uses it's loop mounting system, cleverly separating OS from the file system.
You can install the OS to hard drive but it is IDEAL to boot from cd/DVD. Why? You are guaranteed a pristine boot every time. Plus, all system files ( like MBR ) are read only...no more viruses! You are only booting @10mb into ram. Next the packages and extensions are mounted via the repo.

This is just like our package/component registration system is it not? And currently, I am afraid to explore alternative setups for fear of breaking my install. This is not Lazarus fault, it is our OS fault. We need an OS that can keep up with Lazarus.

All this complexity can be resolved by a new and improved file manager that adds this functionality in the mix.

Cheers

CaptBill

  • Sr. Member
  • ****
  • Posts: 435
Re: Linux distro for programmers "shipped with LAzarus & .."
« Reply #10 on: January 10, 2012, 05:43:33 am »
Forgot to mention FPC and Lazarus are in the TC repository for easy install.


BSaidus

  • Hero Member
  • *****
  • Posts: 545
  • lazarus 1.8.4 Win8.1 / cross FreeBSD
Re: Linux distro for programmers "shipped with LAzarus & .."
« Reply #11 on: January 10, 2012, 12:53:45 pm »
Lazarus in linux distro as default IDE is good idea but I guess it will be more like makreting manipulation than help with installation? Because installation of lazarus for example on ubuntu could not be easier:
Quote
sudo aptitude install lazarus
This command will download and install stable lazarus, free pascal and all dependent libraries (like gcc, gtk headers etc.) Official ubuntu repository has already latest Lazarus 0.9.30.2 and FPC 2.4.4 so you don't even need to add lazarus repo.

Regards.

hi !! could u give me the link to the lazarus 0.9.30.2 release REPO for Ubuntu ??
thnx :D
« Last Edit: January 10, 2012, 01:42:26 pm by bsaidus »
lazarus 1.8.4 Win8.1 / cross FreeBSD
dhukmucmur vernadh!

mdalacu

  • Full Member
  • ***
  • Posts: 233
    • dmSimpleApps
Re: Linux distro for programmers "shipped with LAzarus & .."
« Reply #12 on: January 10, 2012, 03:14:32 pm »
 deb http://www.hu.freepascal.org/lazarus/ lazarus-testing universe

BSaidus

  • Hero Member
  • *****
  • Posts: 545
  • lazarus 1.8.4 Win8.1 / cross FreeBSD
Re: Linux distro for programmers "shipped with LAzarus & .."
« Reply #13 on: January 10, 2012, 03:58:18 pm »
thnx  :D
lazarus 1.8.4 Win8.1 / cross FreeBSD
dhukmucmur vernadh!

kellemes

  • New Member
  • *
  • Posts: 13
Re: Linux distro for programmers "shipped with LAzarus & .."
« Reply #14 on: March 25, 2012, 09:41:26 pm »
Ubuntu is the way, a lot of support.

Using a good distribution you don't need support..
Go Arch!  ;)

Don't think there will be a need for a distribution with Lazarus installed by default, most programmers won't have any trouble installing the tools they need. And for those just starting.. finding, installing and configuring the tools they need is the best track to start learning.

 

TinyPortal © 2005-2018