From b81b86e1f8c8a4aa0e3d85df8148152268f74260 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 1 Jun 2013 17:25:16 -0600 Subject: Updates to README files --- apps/interpreters/ficl/README.txt | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'apps/interpreters/ficl') 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 -- cgit v1.2.3