------------------------------------------------------------------------------ EduKit Version 3.0.0.1 August 5, 2003 Author: David Rokhvarg File version: 1.0.1 (September 28, 2005) Copyright (c) 1995-2003 Sangoma Technologies Inc. ------------------------------------------------------------------------------ INSTALLING Sangoma EduKit for Linux Prerequisites: 1. The hardware needed is Sangoma S5142 PCI card. 2. You must have the Sangoma WANPIPE for Linux installed in /etc/wanpipe directory and configured to run in 'Educational Kit' mode in order to be able to use this product. The 'wanpipe1' should run on CPU A of S5142 card, 'wanpipe2' should run on CPU B of the same S5142 card. Refer to WanpipeInstallation.(pdf/txt) file for WANPIPE installation instructions. WANPIPE version should be 2.3.1-3. The 'wanpipe-2.3.1-3.tgz' file can be downloaded from the same directory as EduKit. 3. You need to be logged in as root in order to install the EduKit. 4. Qt library version 3.0.2 or later should be installed. Qt library is installed on all systems running KDE as a desktop environment. If desktop environment is other than KDE, you can use Linux/qtlib/qt-x11-3.0.6.tar.gz file on EduKit distribution CD for Qt installation. Or, you can download the latest version of Qt library from www.trolltech.com and install it. 5. The /usr/include/linux softlink should point to Linux source include directory. If it does't, please do the following: 1. cd /usr/include 2. ln -s /usr/src/linux/include/linux linux NOTE: Make sure to run 'configure' script with '-thread' option when installing the Qt library. End of Prerequisites list. ////////////////////////////////////////////////////////////////////////////////////// The rest of this file assumes that edukit-X11-3.0.0.1.tar.gz file is located in /usr/local directory. 1. Unpack the archive if you have not done so already: cd /usr/local tar xvfz edukit-x11-3.0.0.1.tar.gz #uncompress and unpack it This creates the directory /usr/local/edukit-x11-3.0.0.1 containing the files from the main archive. 2. Change directory to /usr/local/edukit-x11-3.0.0.1/main_screen-3.0.0.1. Type: ./configure This will check the Qt library installation and C++ compiler version on your machine. If any problem is detected at this step do not proceed before you correct it. If no errors reported by the 'configure' script: Type: make Then after a successfull make you can: make install 3. Change directory to /usr/local/edukit-x11-3.0.0.1/tester-3.0.0.1. Type: ./configure If any problem is detected at this step do not proceed before you correct it. If no errors reported by the 'configure' script: Type: make Then after a successfull make you can: make install ////////////////////////////////////////////////////////////////////////////////////// At this point you have EduKit binaries created in /usr/local/bin directory. Change directory to /usr/local/edukit-x11-3.0.0.1. Type: ./Setup install This will add "Sangoma Tools" program group to "K button" options on KDE Desktop. The "Sangoma Tools" program group provides an easy way to start EduKit application. Use "WAN EduKit" item in this group to start EduKit application. On all other desktop environments the EduKit will be put on the PATH. Use "edukit" command to start EduKit application. That's all. EduKit is now installed.