forked from RespeQt/RespeQt
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcompile.html
More file actions
38 lines (33 loc) · 1.61 KB
/
compile.html
File metadata and controls
38 lines (33 loc) · 1.61 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="en-us" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>LINUX</title>
<style type="text/css">
.auto-style1 {
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
</style>
</head>
<body>
<p><strong><span class="auto-style1">LINUX:</span><br class="auto-style1" />
<span class="auto-style1">======</span></strong><br class="auto-style1" />
<span class="auto-style1">Install Qt5 libraries and build tools then type
the following in a terminal:</span><br class="auto-style1" />
<br class="auto-style1" />
<span class="auto-style1">sudo apt install qtbase5-dev qt5-default qtcreator libqt5serialport5-dev libqt5svg5-dev libcups2-dev</span><br class="auto-style1" />
<span class="auto-style1">qmake</span><br class="auto-style1" />
<span class="auto-style1">make</span><br class="auto-style1" />
<br class="auto-style1" />
<br class="auto-style1" />
<strong><span class="auto-style1">Mac OS X:</span><br class="auto-style1" />
<span class="auto-style1">=========</span></strong><br class="auto-style1" />
<span class="auto-style1">Install Qt5 libraries and build tools then type
the following in a terminal:</span><br class="auto-style1" />
<br class="auto-style1" />
<span class="auto-style1">qmake -spec macx-g++</span><br class="auto-style1" />
<span class="auto-style1">make</span><br class="auto-style1" />
<br class="auto-style1" />
</body>
</html>