blob: 5d41df17a71974eaec47fadfbd9271d7897742a6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[
{ type: install
message: <<EOM
Compiling the sample program
============================
sample.c can be compiled in the following way:
cc -I%%PREFIX%%/include -pthread -lm %%DATADIR%%/Remotery.c %%EXAMPLESDIR%%/sample.c
A precompiled sample program can be found at %%EXAMPLESDIR%%/sample.
Using the Remote Web Viewer
===========================
Open %%DATADIR%%/index.html in a web browser.
EOM
}
]
|