I have been learning Lazarus/Pascal on my Windows 7 as a replacement for my older applications. I once knew and programmed in Turbo Pascal so moving to Free Pascal is an easier path from me than to another language I have no familiarity with. Most of my older apps are in Visual Foxpro 9.0 and so the Lazarus IDE has a bit of cross over there to.
The problem. The Lazarus and Free Pascal TCE is a little out of date. Such that cross platform is not working well.
I thought I would attempt to download and install the deb files from Lazarus. Following some of the hints, etc found here and in the Wiki... I have once again shown that I do not know the Linux, or the TinyCore world well enough.
Are there any helps for me in doing this? The files downloaded from Lazarus are:
fpc-src_2.6.4-140420_i386.deb, lazarus_1.2.2-0_i386.deb, fpc_2.6.4-140420_i386.deb
I tried
ar vx lazarus_1.2.2-0_i386.deb
tar -xzvf data.tar.xz
that did not work, just gave me errors.
I tried tar against a the other files that ar created. That did not do anything. I tried reading through the help file for tar and guessing at some parameters... but still nothing.
So, any ideas how to help the little boy?