Anthony Walter wrote on Mon, 02 Apr 2012:
Thanks. Yes I wanted to get fpc (the compiler) installed from sources
rather than lazarus. Your advice somewhat got me there, but now when I
compile the source/units are not found.
cd /home/myusername
sudo apt-get install fpc
mkdir fpc
svn co http://
Thanks. Yes I wanted to get fpc (the compiler) installed from sources
rather than lazarus. Your advice somewhat got me there, but now when I
compile the source/units are not found.
cd /home/myusername
sudo apt-get install fpc
mkdir fpc
svn co http://svn.freepascal.org/svn/lazarus/trunk lazarus
cd
Anthony Walter wrote on Mon, 02 Apr 2012:
I have installed fpc from sources before but it's been a while and I've
forgotten how to get it done, or perhaps something has changed and need
some help.
When i am trying to do is install and run the latest version of fpc from my
home folder. Here is