Files
PX4-Autopilot/misc/pascal/README
T
patacongo 57623d42eb Resync new repository with old repo r5166
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5153 42af7a65-404d-4744-a932-0658087f49c3
2012-09-17 18:18:44 +00:00

26 lines
409 B
Plaintext

README
^^^^^^
Configuring Pascal
^^^^^^^^^^^^^^^^^^
cd <pascal-directory>
./Configure
(Answer questions)
Building Pascal
^^^^^^^^^^^^^^^
cd <pascal-directory>
make
Installing the NuttX Runtime P-Code Interpreter
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
cd <pascal-directory>/nuttx
./INSTALL.sh <apps-directory>
See <pascal-directory>/nuttx/README.txt for additional information.