This repository has been archived by the owner on Feb 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
getstarted.html
58 lines (57 loc) · 2.56 KB
/
getstarted.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
layout: default
title: Get Started
lang: en
---
<div>
<div class="outermost">
<div class="heading">
<h1>Get Started</h1>
<p>Try out an application migrate function</p>
</div>
<section class="tutorial">
<h2>Get your account</h2>
<p>At first you should get your account.You should open the web page by select
<a href="{{ site.baseurl}}/{{ page.lang}}/signup.html">"Sign-up"</a> on this page.</p>
<p>You input forms and select "Sign up", your account will be issued.</p>
</section>
<section class="tutorial">
<h2>Install PROCESS WARP</h2>
<section class="case">
<h3>Installing on MacOS X, Ubuntu Linux, Linux Mint.</h3>
<p>Launch the installer by inputing below commands on your terminal.</p>
<p>Installer require your OS's password to install requiring programs if needed.</p>
<pre><code>$ cd <PROCESS WARP working dir>
$ git clone https://github.com/processwarp/processwarp.git
$ script/build.sh</code></pre>
</section>
<section class="case">
<h3>Installing on Android.</h3>
<p>Download the package file from <a href="https://prev.processwarp.org/processwarp.apk">this link</a>
by browser on your android and install.</p>
</section>
</section>
<section class="tutorial">
<h2>Launch a sample application</h2>
<p>Download the sample application from <a href="/sample/try.ll">this link</a>.</p>
<p>Source code of the sample applicaion is <a href="/sample/try.c">this C file</a>.</p>
<p>Launch PROCESS WARP by inputing below command on your terminal.</p>
<pre><code>$ >PROCESS WARP working dir</script/run_gui.sh</code></pre>
<p>Please input your account and select "connect" button.</p>
<p>You can select the sample application by selecting below button and opening a dialog.</p>
<p><img src="/ja/img/try/ss01.png"/></p>
<p>The sample application drow a robot. And he do some simple calculation and tell calculated results.</p>
</section>
<section class="tutorial">
<h2>Migrate the application to other device</h2>
<p>Please launch PROCESS WARP on other device.
The application launched on other device should migrate to using device by touching below button.</p>
<p><img src="/ja/img/try/ss02.png"/></p>
</section>
<section class="tutorial">
<h2>Quit PROCESS WARP</h2>
<p>You can halt PROCESS WARP on MacOS X and Linux by inputing Control + C at the terminal.
On android, force termination by settings.</p>
</section>
</div>
</div>