summaryrefslogtreecommitdiff
path: root/examples/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/readme.txt')
-rw-r--r--examples/readme.txt19
1 files changed, 11 insertions, 8 deletions
diff --git a/examples/readme.txt b/examples/readme.txt
index 80aaeee6..05331e24 100644
--- a/examples/readme.txt
+++ b/examples/readme.txt
@@ -1,22 +1,25 @@
+ Compiling the fpGUI Demos
+
+
Compiling any of the examples from the Command Line
===================================================
-You need to compile the fpGUI toolkit first as mentioned in
-the ../src/readme.txt file.
+You need to compile the fpGUI toolkit first as mentioned in the
+README.txt file located in the <fpgui>/docs/ directory.
I'll assume the fpc executable path has been setup so you can execute 'fpc'
-from any directory. Every project in the 'examples' directory has it's
-own extrafpc.cfg file. You only need to specify that config file and the
-project's main unit to compile it.
+from any directory. Every project in the 'examples' directory has its
+own extrafpc.cfg file. You only need to specify that config file and the
+project's main unit to compile it.
The format is as follows:
fpc @extrafpc.cfg <project main unit>
Example:
- fpc @extrafpc.cfg docedit.lpr
- or
- fpc @extrafpc.cfg helloworld.pas
+ fpc @extrafpc.cfg docedit.lpr
+ or
+ fpc @extrafpc.cfg helloworld.pas
=======================================================