I want to install Lazarus. (Problem solved)

If there's software you need and you can't find, make a request for it.
Post Reply
User avatar
zerdna
Posts: 30
Joined: 22. Feb 2011, 04:14
Location: Cancun, Mexico.

I want to install Lazarus. (Problem solved)

Post by zerdna »

I want to install Lazarus Someone could help me, I try to install lazarus with packages RPM with tool RMP2TGZ, but when I start lazarus, mark error to find FPC source.

could Someone tell me how to install from 0?

Thank you.

Julio Torres. :shock:
Last edited by zerdna on 3. Mar 2011, 01:28, edited 1 time in total.
Linux will have more users the day we stop showing as something complicated. Julio Torres.
User avatar
Akuna
Salix Wizard
Posts: 1038
Joined: 14. Jun 2009, 12:25

Re: I want to install Lazarus.

Post by Akuna »

First make sure you delete any vestige of your rpm package installation attempt.
Then as root:

Code: Select all

slapt-src -u
slapt-src -i lazarus
If you get a build error message because of a missing dependency, you will have to install the missing dependency with either gslapt/slapt-get or slapt-src & then try again.
Image
What really matters is where you are going, not where you come from.
User avatar
gapan
Salix Wizard
Posts: 6241
Joined: 6. Jun 2009, 17:40

Re: I want to install Lazarus.

Post by gapan »

You will first need to install fpc with gslapt/slapt-get. Then proceed as described by Akuna.
Image
Image
User avatar
zerdna
Posts: 30
Joined: 22. Feb 2011, 04:14
Location: Cancun, Mexico.

Re: I want to install Lazarus.

Post by zerdna »

The answer is the better solution for my problem.

Thank for your time, I could finally install lazarus, the only problem was to add the address of the folder in the address fpc / usr/libs/fpc/i386

Thanks again. :D ;)

Julio Torres 8-)
Linux will have more users the day we stop showing as something complicated. Julio Torres.
Post Reply