mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4200 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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.
|
|
|
|
|