forked from Motion-Project/Motion-Project.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
motion_download.html
53 lines (53 loc) · 2.38 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
<!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">
</head>
<body>
<ul class="nav-button">
<li class="nav-button"><a href="motion_support.html">Support</a></li>
<li class="nav-button"><a href="motion_news.html">News</a></li>
<li class="nav-button"><a href="motion_guide.html">Documentation</a></li>
<li class="nav-button"><a href="motion_download.html">Download</a></li>
<li class="nav-button"><a href="index.html">Home</a></li>
<li class="nav-button" style="float: left;"> <img src="motion.gif" width="125" height="50"> </li>
</ul>
<section class="page-header">
<h1>
Download
</h1>
</section>
<section class="main-content">
<h3><a id="releases" class="anchor" href="#releases" aria-hidden="true">
<span aria-hidden="true" class="octicon octicon-link"></span></a>
Releases
</h3>
<p></p>
The most current release of the Motion application can be found on the
<a href="https://github.com/Motion-Project/motion/releases">releases</a> page.
<p></p>
<h3>
<a id="source-code" class="anchor" href="#source-code" aria-hidden="true">
<span aria-hidden="true" class="octicon octicon-link"></span></a>
Source code
</h3>
<p></p>
The latest source code for Motion is in our github
<a href="https://github.com/Motion-Project/motion">repo</a>.
Instructions for building Motion on various systems is included in the
<a href="motion_guide.html#Install_Build">Motion guide</a>.
<p></p>
For users that wish to create their own deb file from the github source code, a build
script is available in the motion-packaging repository which automates the deb creation process.
<p></p>
Download the
<a href="https://raw.githubusercontent.com/Motion-Project/motion-packaging/master/builddeb.sh">script</a>, mark
it as executable, then execute it. The script will identify and report any missing packages and once all the
required packages are installed on the system it will create a deb package.
</section>
</body>
</html>