12350f4e24
- Unbreak it - Add pkg-message for instructions PR: ports/102990 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> (maintainer)
14 lines
407 B
Plaintext
14 lines
407 B
Plaintext
===============================================================================
|
|
|
|
You should exports the following enviropment variables:
|
|
|
|
export CC65_INC=%%PREFIX%%/lib/cc65/include
|
|
export CC65_LIB=%%PREFIX%%/lib/cc65/lib
|
|
|
|
or for csh users:
|
|
|
|
setenv CC65_INC %%PREFIX%%/lib/cc65/include
|
|
setenv CC65_LIB %%PREFIX%%/lib/cc65/lib
|
|
|
|
===============================================================================
|