-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq.html
More file actions
83 lines (73 loc) · 4.13 KB
/
faq.html
File metadata and controls
83 lines (73 loc) · 4.13 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
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
---
title: CUTE FAQ
layout: default
active: faq
permalink: /faq/
---
<div class="jumbotron">
<div class="container">
<h1>FAQ <small>– frequently asked questions</small></h1>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2>Where can I find older versions of the CUTE plug-in?</h2>
<p>
<ul>
<li>CDT 9.5 and Eclipse Photon: <a href="http://www.cute-test.com/updatesite/photon" target="_blank">http://www.cute-test.com/updatesite/photon</a></li>
<li>CDT 9.3 - 9.4 and Eclipse Oxygen: <a href="http://www.cute-test.com/updatesite/oxygen" target="_blank">http://www.cute-test.com/updatesite/oxygen</a></li>
<li>CDT 9.0 - 9.2 and Eclipse Neon: <a href="http://www.cute-test.com/updatesite/neon" target="_blank">http://www.cute-test.com/updatesite/neon</a></li>
<li>CDT 8.5 & 8.6 and Eclipse Mars: <a href="http://www.cute-test.com/updatesite/mars" target="_blank">http://www.cute-test.com/updatesite/mars</a></li>
<li>CDT 8.4 and Eclipse Luna: <a href="http://www.cute-test.com/updatesite/luna" target="_blank">http://www.cute-test.com/updatesite/luna</a></li>
<li>CDT 8.2 & 8.3 and Eclipse Kepler: <a href="http://www.cute-test.com/updatesite/kepler" target="_blank">http://www.cute-test.com/updatesite/kepler</a></li>
<li>CDT 8.1 and Eclipse Juno: <a href="http://www.cute-test.com/updatesite/juno" target="_blank">http://www.cute-test.com/updatesite/juno</a></li>
<li>CDT 8.0 and Eclipse Indigo: <a href="http://www.cute-test.com/updatesite/indigo" target="_blank">http://www.cute-test.com/updatesite/indigo</a></li>
<li>CDT 7.0 and Eclipse Helios: <a href="http://www.cute-test.com/updatesite/helios" target="_blank">http://www.cute-test.com/updatesite/helios</a></li>
</ul>
</p>
<h2>Where can I find older versions of the CUTE headers?</h2>
<p>
<table>
<tr>
<th>CUTE Version</th>
<th>.zip Format</th>
<th>.tar Format</th>
</tr>
<tr>
<td>2.0.0</td>
<td><a href="/resources/cute2_0_0.zip">cute2_0_0.zip</a></td>
<td><a href="/resources/cute2_0_0.tar.gz">cute2_0_0.tar.gz</a></td>
</tr>
<tr>
<td>1.7.0</td>
<td><a href="/resources/cute1_7_0.zip">cute1_7_0.zip</a></td>
<td><a href="/resources/cute1_7_0.tar.gz">cute1_7_0.tar.gz</a></td>
</tr>
<tr>
<td>1.6.1</td>
<td><a href="/resources/cute1_6_1.zip">cute1_6_1.zip</a></td>
<td><a href="/resources/cute1_6_1.tar.gz">cute1_6_1.tar.gz</a></td>
</tr>
</table>
</p>
<h2>What are the supported platforms?</h2>
<p>The CUTE plug-in works with Eclipse CDT Kepler releases (or newer). Framework version 2.0 was tested with the following compilers and operating systems:
<ul>
<li>Linux: gcc 4.7</li>
<li>Mac OSX: gcc 4.8 -std=c++11, clang (Xcode) with libc++ -std=c++11, gcc421 (Xcode) with Boost</li>
<li>Windows 7: MinGW with Boost, VS2012 NTP, VS2012, VS2010</li>
</ul>
</p>
<p>Other combinations are possible. C++03 should be supported fine if you have boost, either installed or the headers that are packaged with the Eclipse plug-in.</p>
<h2>Where can I report a bug?</h2>
<p>Please use our <a href="https://github.com/Cute-Test/Issues" target="_blank">GitHub Issue Tracker</a> to report bugs and feature requests <i class="fa fa-bug"></i>.</p>
<h2>Under what license is CUTE released?</h2>
<p>See our <a href="/license">licenses</a> page.</p>
<h2>I can't use CUTE due to its license. Do you offer commercial support or licensing?</h2>
<p>Please <a href="/contact">contact us</a> with your requirements. We might find an agreement. Financial support is always appreciated, but we can't yet accept micropayments.</p>
<h2>Is CUTE Open Source?</h2>
<p>Yes. See the <a href="https://github.com/PeterSommerlad/CUTE" target="_blank">CUTE GitHub Repository</a>.</p>
</div>
</div>
</div>