1 how to install dsplib – Texas Instruments TMS320C64X User Manual

Page 14

Advertising
background image

How to Install DSPLIB

2-2

2.1

How to Install DSPLIB

Note:

You should read the README.txt file for specific details of the release.

The DSPLIB is provided in the file dsp64plus.zip. The file must be unzipped to
provide the following directory structure:

dsp

|

+−−README.txt

Top−level README file

|

+−−docs

library documentation

|

+−−examples

CCS project examples

|

|−−include

Required include files

|

|−−lib

library and source archives

|

|−−support

fft twiddle generation functions

|

Please install the contents of the lib directory in the default directory indicated
by your C_DIR environment. If you choose not to install the contents in the
default directory, update the C_DIR environment variable, for example, by
adding the following line in autoexec.bat file:

SET C_DIR=<install_dir>/lib;<install_dir>/include;%C_DIR%

or under Unix/csh:

setenv C_DIR ”<install_dir>/lib;<install_dir>/include;
$C_DIR”

or under Unix/Bourne Shell:

C_DIR=”<install_dir>/lib;<install_dir>/include;$C_DIR”;
export C_DIR

Advertising