Forum > General
Compiling applications!
Ñuño_Martínez:
By "<your fpc installation dir>" he means you must write your fpc installation directory path here, and by "<fpc version>" he means the full version number of your compiler.
For example, on my system (GNU/Linux) I should write;
--- Code: ---make all install INSTALL_PREFIX=/usr/lib CPU_TARGET=i386
--- End code ---
And the directory where I'll find the "ppccross386" executable would be /usr/lib/fpc/2.4.0.
If you're using another operating system and/or fpc version you must use different values.
xinyiman:
I have not explained properly, by which path should I run the command?
/usr/lib/lazarus ?
/usr/lib/fpc ?
From where?
Leledumbo:
The source path. If you extract it in /usr/share/fpcsrc, then you should run it from there
xinyiman:
:o
Then do so, I installed lazarus on ubuntu 10.04 and is located in /usr/lib/ lazaru the folder where I have 0.9.28.2 and link lazarus-ide (a 0.9.28.2/lazarus). In /usr/share/fpcsrc I have the following folder 2.4.0.
Where do I go to run the command? How parameterize?
Leledumbo:
open a terminal, cd to that folder, then type the command I gave above.
Navigation
[0] Message Index
[#] Next page
[*] Previous page