From d982872a71040806abb5bd52f4c3a510b13fc5d6 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 5 Jan 2008 17:18:06 +0000 Subject: Release notes, change log, README git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@510 42af7a65-404d-4744-a932-0658087f49c3 --- misc/pascal/README | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 misc/pascal/README (limited to 'misc/pascal/README') diff --git a/misc/pascal/README b/misc/pascal/README new file mode 100644 index 000000000..347c6d33c --- /dev/null +++ b/misc/pascal/README @@ -0,0 +1,22 @@ +README +^^^^^^ + +Configuring Pascal +^^^^^^^^^^^^^^^^^^ + + cd + ./Configure + (Answer questions) + +Building Pascal +^^^^^^^^^^^^^^^ + + cd + make + +Installing the NuttX Runtime P-Code Interpreter +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + + cd /nuttx + ./INSTALL.sh + -- cgit v1.2.3