-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathmotion_download.html
99 lines (92 loc) · 3.92 KB
/
motion_download.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<link href="motion.png" rel="icon" type="image/png">
<title>Motion</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="motion_stylesheet.css" media="screen">
<script>
function fnc_topnav() {
var x = document.getElementById("id_topnav");
if (x.className === "topnav") {
x.className += " responsive";
} else {
x.className = "topnav";
}
}
</script>
</head>
<body>
<div class="topnav" id="id_topnav">
<img class="logoimg" src="motion.gif">
<a class="topnav-d" href="https://motion-project.github.io/motion_support.html">Support</a>
<a class="topnav-d" href="https://motion-project.github.io/motion_news.html" >News</a>
<a class="topnav-d" href="https://motion-project.github.io/motion_guide.html" >Documentation</a>
<a class="topnav-d" href="https://motion-project.github.io/motion_download.html">Download</a>
<a class="topnav-d" href="https://motion-project.github.io/index.html">Home</a>
<a class="topnav-m" href="https://motion-project.github.io/index.html">Home</a>
<a class="topnav-m" href="https://motion-project.github.io/motion_download.html">Download</a>
<a class="topnav-m" href="https://motion-project.github.io/motion_guide.html" >Documentation</a>
<a class="topnav-m" href="https://motion-project.github.io/motion_news.html" >News</a>
<a class="topnav-m" href="https://motion-project.github.io/motion_support.html">Support</a>
<a href="javascript:void(0);" class="icon" onclick="fnc_topnav()">☰</a>
</div>
<section class="page-header">
<h1>
Download
</h1>
</section>
<section class="main-content">
<p></p>
<p></p>
The following provides the links to the Motion and MotionPlus releases, source code, build instructions
and scripts to build deb files.
<p></p>
<p></p>
<div class="tblreleasecurrent">
<table style="border-width:0.5px; text-align: center;" cellspacing="0" cellpadding="0" >
<colgroup>
<col width="300px">
<col width="300px">
<col width="300px">
</colgroup>
<thead >
<tr >
<th word-wrap:break-word > Motion </th>
<td word-wrap:break-word > </td>
<th word-wrap:break-word > MotionPlus </th>
</tr>
</thead>
<tbody>
<tr>
<td word-wrap:break-word > </td>
<td word-wrap:break-word > </td>
<td word-wrap:break-word > </td>
</tr>
<tr>
<td word-wrap:break-word > <a href="https://github.com/Motion-Project/motion/releases">Releases</a></td>
<td word-wrap:break-word > </td>
<td word-wrap:break-word > <a href="https://github.com/Motion-Project/motionplus/releases">Releases</a></td>
</tr>
<tr>
<td word-wrap:break-word > <a href="https://github.com/Motion-Project/motion">Source Code Repository</a></td>
<td word-wrap:break-word > </td>
<td word-wrap:break-word > <a href="https://github.com/Motion-Project/motionplus">Source Code Repository</a></td>
</tr>
<tr>
<td word-wrap:break-word > <a href="motion_build.html">Build Guide</a> </td>
<td word-wrap:break-word > </td>
<td word-wrap:break-word > <a href="motionplus_build.html">Build Guide</a> </td>
</tr>
<tr>
<td word-wrap:break-word > <a href="https://raw.githubusercontent.com/Motion-Project/motion-packaging/master/builddeb.sh">Deb Creation Script</a></td>
<td word-wrap:break-word > </td>
<td word-wrap:break-word > <a href="https://raw.githubusercontent.com/Motion-Project/motion-packaging/master/buildplus.sh">Deb Creation Script</a> </td>
</tr>
</tbody>
</table>
</div>
</section>
</body>
</html>