Folus Wen 30b6e0f5d6 [Improve][Modularization][Module_4g] преди 2 години
..
source 30b6e0f5d6 [Improve][Modularization][Module_4g] преди 2 години
CHANGES 30b6e0f5d6 [Improve][Modularization][Module_4g] преди 2 години
NOTICES 30b6e0f5d6 [Improve][Modularization][Module_4g] преди 2 години
README 30b6e0f5d6 [Improve][Modularization][Module_4g] преди 2 години

README

This is the Qualcomm Atheros Powerline Toolkit. It is distributed as a single .zip file.

Complete source code is provided along with makefiles for Linux.The source code has been tested with UBUNTU and MAC OSX.
Support for compiling under MS Windows using MS Visual Studio is provided in the VisualStudio folder.
Compilations have been tested using MS Visual Studio 2003 and MS Visual Studio 2010
MSI installers are generated for both 32-bit and 64-bit versions of Windows. Tests have been performed on WIN7 and some prior versions of Windows.

TO INSTALL
----------

1. Extract the zip file.
2. Enter the plc-utils main folder using "cd plc-utils-x.x.x".
3. Compile and install all tools in /usr/local/bin using "sudo make install".
4. Compile and install man pages in /usr/share/man/man1 using "sudo make manuals".
5 Change to the documentation folder using "cd docbook".
6. Add page index.html to your browser favorites.
7. Add page toolkit.html to your browser favorites.

TO UNINSTALL
------------

1. Enter the plc-utils main folder using "cd plc-utils-x.x.x".
2. Remove installed programs using "sudo make uninstall".
3. Remove all package files using "rm -r *".