|
Documentation Home for Devicescape Universal Wireless Platform | Package Guide
hello package
Information on this package is covered here.
|
Package
|
Description
|
License
|
|
hello
|
Example application package.
|
|
Summary
The hello application is an example that just prints "hello" when run:
#include <stdio.h>
int
main (int argc, char *argv[])
{
printf ("hello\n");
return 0;
}
The application also contains a Makefile and an example of an RPM spec file.
Building the Package
Follow standard instructions for building userspace packages in the Devicescape Developer Guide topic on "Building the Packages", see subtopic: "Building a Userspace Package from a Source RPM"
Licensing
Devicescape Software, Inc.
Related Packages
None
|