WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: FPC (FreePascalCompiler) and Lazarus (IDE)  (Read 6042 times)

Offline Zendrael

  • Sr. Member
  • ****
  • Posts: 360
    • Zendrael's home of projects
Re: FPC (FreePascalCompiler) and Lazarus (IDE)
« Reply #15 on: April 04, 2014, 04:35:23 PM »
Hey AmatCoder!
How are you?

Teach me your way to build these extensions then I can became the maintaner of it.

Thanks for supporting this extension!

Offline AmatCoder

  • Full Member
  • ***
  • Posts: 179
    • AmatCoder Projects
Re: FPC (FreePascalCompiler) and Lazarus (IDE)
« Reply #16 on: April 04, 2014, 10:45:55 PM »
Sure, no problem...I built these extensions using tc-ext-tools: http://code.google.com/p/tc-ext-tools/

First, you must install tc-ext-tools (you need svn.tcz):
Code: [Select]
tc@box:~$ tce-load -i svn
tc@box:~$ svn checkout http://tc-ext-tools.googlecode.com/svn/trunk tc-ext-tools
tc@box:~$ cp config.sample .config
tc@box:~$ ./install.sh

tc-ext-tools has been installed. Now you build fpc package:

Code: [Select]
tc@box:~$ svn checkout http://tc-ext-tools.googlecode.com/svn/packages/fpc
tc@box:~$ cd fpc

You must edit common file. Change:
VERSION="2.6.2" to VERSION="2.6.4"
and CURRENT="Updated to $VERSION (by AmatCoder)" to CURRENT="Updated to $VERSION (by Zendrael)"
Then:

Code: [Select]
tc@box:~$ buildit

When it is finished (takes more than 15 minutes) you have a fpc-2.6.4.tar.bz2.bfe file under /storage/pkgs folder. Save it because you will send this file to tcesubmit.

Reboot and load fpc.tcz. As you can seen it has been updated in your /tce/optional directory. Now repeat with lazarus.

Offline Zendrael

  • Sr. Member
  • ****
  • Posts: 360
    • Zendrael's home of projects
Re: FPC (FreePascalCompiler) and Lazarus (IDE)
« Reply #17 on: April 05, 2014, 04:03:08 AM »
Thank you AmatCoder!

I will try it and post back here in a few days!

Offline ghar

  • Newbie
  • *
  • Posts: 28
Re: FPC (FreePascalCompiler) and Lazarus (IDE)
« Reply #18 on: April 15, 2014, 05:26:46 AM »
Great. Waiting for the update.
Thank you guys.

BTW, FreePascal is project of the month at SourceForge!!
Have a look here:
http://sourceforge.net/blog/april-2014-project-of-the-month-free-pascal/
« Last Edit: April 15, 2014, 03:38:03 PM by ghar »

Offline ghar

  • Newbie
  • *
  • Posts: 28
Re: FPC (FreePascalCompiler) and Lazarus (IDE)
« Reply #19 on: April 23, 2014, 10:56:13 AM »
Meanwhile yet another Lazarus version was released: v1.2.2, built with the latest FPC version (2.6.4).

Looking forward to using it soon on TinyCore!

Offline Zendrael

  • Sr. Member
  • ****
  • Posts: 360
    • Zendrael's home of projects
Re: FPC (FreePascalCompiler) and Lazarus (IDE)
« Reply #20 on: April 23, 2014, 11:57:29 AM »
Hey ghar,

Core is now at 5.3 too, I was waiting this release to start the compiling. Maybe I get some news in the weekend!

Offline ghar

  • Newbie
  • *
  • Posts: 28
Re: FPC (FreePascalCompiler) and Lazarus (IDE)
« Reply #21 on: May 01, 2014, 06:17:51 AM »
Hey ghar,

Core is now at 5.3 too, I was waiting this release to start the compiling. Maybe I get some news in the weekend!


TC 5.3 has been out for a few days already... Still waiting for the updated extensions.


Keep up the good work, Zendrael!

Offline Zendrael

  • Sr. Member
  • ****
  • Posts: 360
    • Zendrael's home of projects
Re: FPC (FreePascalCompiler) and Lazarus (IDE)
« Reply #22 on: September 10, 2015, 05:13:39 AM »
Hello all!

Anyone still interested in this packages?