forked from Archive/PX4-Autopilot
26 lines
409 B
Plaintext
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.
|
||
|
|
||
|
|