summaryrefslogtreecommitdiff
path: root/www/htdocs/linux/index.html
blob: 9c3ead3004c1c4df9e5d2a2b030b04989afcd6d3 (plain)
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
<!DOCTYPE html>
<html>
<head>
	<title>TikZiT</title>
	<link rel="stylesheet" type="text/css" href="../main.css" />
</head>

<body>
<img src="../images/web_logo_linux.png" class="heading" alt="TikZiT :: Linux" />
	
<div class="content">
	<p>
	There are several options for getting TikZiT on Linux:
	</p>
	<dl>
		<dt>Ubuntu</dt>
		<dd>Use <a href="http://launchpad.net/~gspreemann/+archive/ppa/+packages">Gard Spreemann's PPA</a>.</dd>
		<dt>Fedora and OpenSUSE</dt>
		<dd>Use <a href="http://download.opensuse.org/repositories/home:/randomguy3/">Alex Merry's OBS Repositories</a>.</dd>
		<dt>Arch Linux</dt>
		<dd>Use the <a href="http://aur.archlinux.org/packages.php?ID=37119">AUR package</a>.</dd>
		<dt>Other</dt>
		<dd>Build from the <a href="../link.php?to=src">source</a>.</dd>
		
	</dl>

</div>

	<div class="links">
		<a href="../index.html">&laquo; back</a>
	</div>

</body>
</html>