Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README: split make process into two steps (fixes #103) #107

Merged
merged 1 commit into from
May 21, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 14 additions & 12 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -55,25 +55,26 @@
*
*--------------------------------------------------------------------*/

This package is an open version of the Qualcomm Atheros Powerline
This package is an open version of the Qualcomm Atheros Powerline
Toolkit. It may be distributed as a zip, gzip or bzip2 tarball that
contains source code and build scripts for Linux, OpenBSD, MAC OSX
and Microsoft Windows. It also contains documentation in docbook XML,
HTML and plain text format.
contains source code and build scripts for Linux, OpenBSD, MAC OSX
and Microsoft Windows. It also contains documentation in docbook XML,
HTML and plain text format.

We recommend that you open file docbook/index.html with a web browser
the read Chapter 1 before attempting to install or use the toolkit
but the impatient may do the following and survive ...
We recommend that you open file docbook/index.html with a web browser
the read Chapter 1 before attempting to install or use the toolkit
but the impatient may do the following and survive...

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

1. Enter package folder using "cd open-plc-utils".
2. Compile and install all tools in /usr/local/bin using "sudo make install".
3. Compile and install man pages in /usr/share/man/man1 using "sudo make manuals".
4 Change to the documentation folder using "cd docbook".
5. Add page index.html to browser favorites.
6. Add page toolkit.html to browser favorites.
2. Compile all tools using "make".
3. Install all tools to /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 browser favorites.
7. Add page toolkit.html to browser favorites.

Note: 'make' is assumed to be the GNU make command (often available
under the name 'gmake').
Expand All @@ -90,6 +91,7 @@ Note: 'make' is assumed to be the GNU make command (often available

CONTRIBUTORS
------------

Alejandro Vasquez <[email protected]>
Abdel Younes <[email protected]>
Andrew Barnes <[email protected]>
Expand Down