-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathinstall.html
More file actions
132 lines (107 loc) · 3.95 KB
/
install.html
File metadata and controls
132 lines (107 loc) · 3.95 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!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 name="generator" content=
"HTML Tidy for Mac OS X (vers 25 March 2009), see www.w3.org" />
<title>Qucs project: documentation</title>
<link href="qucsweb.css" rel="stylesheet" type="text/css" />
<!-- header and footer include scripts -->
<script src="headerfooter.js" type="text/javascript">
</script>
</head>
<body>
<!-- include the common web page header -->
<script type="text/javascript">
//<![CDATA[
header()
//]]>
</script>
<div id="main">
<hr />
<center>
[ <a href="download.html">packages</a> -
<a href="examples.html">examples</a> -
<a href="build.html">build instructions</a> -
install instructions ]
</center>
<h3><a name="#install">Installation Instructions</a></h3>
<ul>
<li>
<h4><a name="#install_ubuntu">Install instructions for Ubuntu</a></h4>
</li>
The stable PPA (Personal Package Archive) for Ubuntu is located
<a href="https://launchpad.net/~qucs/+archive/ubuntu/qucs/+packages"> here</a>.
</br>
</br>
Qucs 0.0.18 packages are available for Ubuntu versions 14.10 (Utopic) and 14.04 (Trusty).
</br>
</br>
Qucs 0.0.17 packages are available for Ubuntu versions 13.04 (Raring), 12.10 (Quantal), and 12.04 (Precise).
</br>
</br>
To add the package repository and install Qucs, use the following sequence of commands:
<pre>
sudo apt-add-repository ppa:qucs/qucs
sudo apt-get update
sudo apt-get install qucs
</pre>
<li>
<h4><a name="#install_Win32">Install instructions for
Windows</a></h4>
</li>
<li style="list-style: none"> A portable package
for Qucs is provided
<pre>
qucs-<version>-win32-mingw482-asco-freehdl-adms.zip
</pre>
Extract the package in a convenient location and run the qucs.bat script.
<br>
The package contains ASCO, FreeHDL and ADMS.
<br>
To use <b>FreeHDL</b> for VHDL simulation or <b>ADMS</b> for Verilog-A compilation
a compiler is necessary.
<br>
The required MinGW compiler can be found
<a href="http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/4.8.2/threads-posix/dwarf/i686-4.8.2-release-posix-dwarf-rt_v3-rev3.7z/">
here</a>.
<br>
Please follow the README.md file distributed along
with the Windows package for further information.
<br>
<br />
If <b>Icarus Verilog</b> is used for digital Verilog-HDL
simulation the installer script
must be installed on the computer additionally.
Current versions can be obtained at
<a href= "http://bleyer.org/icarus/">http://bleyer.org/icarus/</a>.<br />
<br />
In order to use the SPICE preprocessor <b>ps2sp</b>
successfully a <b>TinyPerl</b> installation is required. It
can be obtained at <a href=
"http://tinyperl.sourceforge.net/">http://tinyperl.sourceforge.net/</a>.
It must be ensured that the <b>tinyperl.exe</b> is
accessible via the PATH environment variable.
</li>
<li>
<h4><a name="#install_MacOS">Install instructions for
MacOSX</a></h4>
</li>
<li style="list-style: none">
Download the latest binary package installer or your MacOSX
systems, named
<pre>
qucs-<version>-macosx-<platform>.pkg
</pre>Copy this file onto your desktop and double-click it. Follow
the installer instructions.
</li>
</ul>
<hr />
</div><!-- include the common web page header -->
<script type="text/javascript">
//<![CDATA[
footer()
//]]>
</script>
</body>
</html>