mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
- Fix build on 10 and head - Assign maintainership to submitter PR: 190467 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
16 lines
395 B
Text
16 lines
395 B
Text
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.
|