aboutsummaryrefslogtreecommitdiff
path: root/devel/tigcc/files/pkg-message.in
blob: 3479359790f91135f14deb2822f3f8bb65a7040d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
	ATTENTION:

TIGCC is now installed but in order for it
to work you need to define some stuff.

The TIGCC environment variable must point to
the folder where TIGCC is installed.

Additionally the TIGCC bin folder must be in the path.

If you use the csh shell you would put something like

setenv TIGCC	%%PREFIX%%/tigcc
setenv PATH	$PATH:$TIGCC/bin

into the .cshrc file in your home directory.