From b178fec3d84131c06bb015d60533a1b704650008 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 10 May 2011 15:50:23 +0000 Subject: Pascal now installs in the apps/ directory git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3583 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/README.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'apps/examples/README.txt') diff --git a/apps/examples/README.txt b/apps/examples/README.txt index d342814c2..468d3d86b 100644 --- a/apps/examples/README.txt +++ b/apps/examples/README.txt @@ -274,7 +274,13 @@ examples/ostest examples/pashello ^^^^^^^^^^^^^^^^^ - This is "Hello, World" implemented via the Pascal P-Code interpreter + This is "Hello, World" implemented via the Pascal P-Code interpreter. In + order to use this example, you must first download and install the + NuttX pascal module. After unpacking the pascal module, you can find + installation instructions in pascal/nuttx/README.txt. + + The correct install location for the NuttX examples and build files is + apps/interpreters. examples/pipe ^^^^^^^^^^^^^ -- cgit v1.2.3