Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
brfaxmodem / opt / brother / modem / src / INSTALL.txt
Size: Mime:
INSTALL.TXT - 2010-02-04
----------------------------------

This file describes how to compile and install Brother FAX Driver from source code.
For more information  see http://solutions.brother.com/.

* Copyright 2009 Brother Industries, Ltd. 
* All Rights Reserved

----------------------------------

BEFORE YOU BEGIN

    You'll need ANSI-compliant C and C++ compilers, plus a make program and
    POSIX-compliant shell (/bin/sh).  The GNU compiler tools and Bash work well
    and we have tested the current CUPS code against several versions of GCC
    with excellent results.

    The makefiles used by the project should work with most versions of make.
    We've tested them with GNU make as well as the make programs shipped by
    Ubuntu 9.04, Ubuntu 9.10 and SuSE 10.3.

BUILDING THE SOFTWARE
	Type the following command on Terminal:

	make ENTER

    to build the software.

INSTALLING THE SOFTWARE

    Once you have built the software you need to install it.  The "install"
    target provides a quick way to install the software on your local system:

	make install ENTER

START THE SOFTWARE

	Once you have installed the software you need to restart Brother FAX Service UNDER root:

	/etc/init.d/brfaxservice restart ENTER


- END -