Skip to content

Commit

Permalink
Add autogen; update README about build process
Browse files Browse the repository at this point in the history
  • Loading branch information
NilanjanaLodh committed Aug 26, 2017
1 parent 62e4b47 commit 4f62b74
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,15 @@ I specifically have contributed to the project in the following two ways :

## Build and installation

$ ./autogen.sh
$ ./configure
$ make
$ sudo make install


## Running

The backend is auto-activated when a frontend runs; So no need to run it explicitly.
However, if you wish to see the debug statements at the backend, you can run the `print_backend_cups` executable generated after `make`.
However, if you wish to see the debug statements at the backend, you can run `print_backend_cups`.

For a sample command line frontend client , look at [my other repository](https://github.com/NilanjanaLodh/OpenPrinting_CPD_Libraries).
5 changes: 5 additions & 0 deletions autogen.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#! /bin/sh

aclocal \
&& automake --add-missing \
&& autoconf

0 comments on commit 4f62b74

Please sign in to comment.