forked from CellProfiler/cellprofiler.github.com-backup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
linux.html
37 lines (30 loc) · 999 Bytes
/
linux.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
---
layout: default
redirect_from: "/linux.shtml"
---
<h1>
How to install pre-compiled CellProfiler on Linux
</h1>
(For source installs, please see our <a href="https://github.com/CellProfiler/CellProfiler/wiki/*Source-installation-(Linux)">Github wiki</a>)
<h2>
CentOS 6 and similar distributions
</h2>
<ol>
<li>As root, create a file called /etc/yum.repos.d/cellprofiler.repo
with the following contents:
<pre>
[cellprofiler]
name=CellProfiler for CentOS 6
baseurl=http://d1zymp9ayga15t.cloudfront.net/linux/centos6/
enabled=1
gpgcheck=0
</pre>
</li>
<li>As root: <code>yum install cellprofiler</code>
</li>
<li>As a regular user, type <code>cellprofiler</code> to start
CellProfiler. If the <code>DISPLAY</code> environment variable is
set, CellProfiler will run in GUI mode.
</li>
</ol>
</div>