Platforms pcapp

From DiLab
Revision as of 23:06, 1 September 2010 by Leo (talk | contribs) (New page: {{TocRight}} "'''pcapp'''" is the platform for applications that are made for a PC host. The PC hardware is available to the applications in contrary to the "pc" platform where most of it ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

"pcapp" is the platform for applications that are made for a PC host. The PC hardware is available to the applications in contrary to the "pc" platform where most of it is simulated.

Compile example

make pcapp

Application execution example

You can find the compiled executable in the build/pcapp/ directory, or run it as follows:

make pcapp run

Dependencies