File: DOWNLOAD.md

package info (click to toggle)
t50 5.8.7c-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 808 kB
  • sloc: ansic: 5,721; makefile: 111; sh: 27
file content (14 lines) | stat: -rw-r--r-- 379 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Download and Installing {#download}
=======================

Download T50 source code from sourceforge at http://t50.sf.net or from GitLab at http:://gitlab.com/fredericopissarra/t50

To compile and install just do:

<pre>
  $ make
  $ sudo make install</pre>

To run t50 you'll need to have root privileges. For instance:

<pre>  $ sudo t50 --threshold 10 10 192.168.10.3</pre>