summaryrefslogtreecommitdiff
path: root/apps/interpreters/ficl
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-01 17:25:16 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-01 17:25:16 -0600
commitb81b86e1f8c8a4aa0e3d85df8148152268f74260 (patch)
treea58d724c28a1d1631c16625d87d1c3f5ff278606 /apps/interpreters/ficl
parent51dfcaa2147d375b9a66c50fd8db8c6f5e6133e4 (diff)
downloadnuttx-b81b86e1f8c8a4aa0e3d85df8148152268f74260.tar.gz
nuttx-b81b86e1f8c8a4aa0e3d85df8148152268f74260.tar.bz2
nuttx-b81b86e1f8c8a4aa0e3d85df8148152268f74260.zip
Updates to README files
Diffstat (limited to 'apps/interpreters/ficl')
-rw-r--r--apps/interpreters/ficl/README.txt15
1 files changed, 10 insertions, 5 deletions
diff --git a/apps/interpreters/ficl/README.txt b/apps/interpreters/ficl/README.txt
index bac9f3148..57e370338 100644
--- a/apps/interpreters/ficl/README.txt
+++ b/apps/interpreters/ficl/README.txt
@@ -29,12 +29,17 @@ information as "recommendations" -- not necessarily proven instructions.
For example, './configure.sh ficl-4.1.0' will leave the Makefile
fragment 'Make.srcs' in the ficl build directory.
-5. Create your NuttX configuration. The appconfig file should include
- (1) the path to your application code, and (2) the path to the Ficl
- build directory. That latter would appear as the following line in
- your appconfig file:
+5. Create your NuttX configuration. Using the 'make menuconfig', you
+ should select:
- CONFIGURED_APPS += interpreters/ficl
+ CONFIG_INTERPRETERS_FICL=y
+
+ Deprecated: In the older style configuration, you would have used
+ an appconfig file to include (1) the path to your application code,
+ and (2) the path to the Ficl build directory. That latter would
+ have appeared as the following line in your appconfig file:
+
+ CONFIGURED_APPS += interpreters/ficl
6. Configure and build NuttX. On successful completion, the Ficl objects
will be available in apps/libapps.a and that NuttX binary will be