What must I do after downloading and installing components using the Aculab installation tool (AIT) on Linux?
You must run the following steps:
- cd $ACULAB_ROOT
- source setV6.sh
- cd driver
- ./makelibs
- ./dacpinst build
If you only wish to build the TiNG libraries, you can run "./makelibs libonly" instead of just "./makelibs" to dramatically reduce the time it takes to build TiNG.
Once you have built the driver, you can then configure your system to automatically start the aculab_dacp script when your system boots.
Please see the Telephony Installation Guide, section four, for more details.