This page was last updated on Saturday, 06-May-2017 10:12:22 CDT
Installation notes for TICR version commit a892a55 on Mar 20, 2017
Home Page
Prerequisites
Installation
- $ cd /programinstallers/
- $ cd /usr/local/bin
- $ git clone https://github.com/nstenz/TICR.git
- Compile mdl and move to a directory that will be in the PATH
$ cd TICR/src
- $ make
- $ mv mdl ../scripts/
- Add TICR scripts and mdl binary to default PATH
$ sudo nano /etc/profile
…
PATH="$PATH:/usr/local/bin/TICR/scripts
…