Menu

Tree [253bd9] master /
 History

HTTPS access


File Date Author Commit
 man 2021-03-06 lieven moors lieven moors [cc99f3] Update manual for the -X option
 src 2021-05-01 lieven moors lieven moors [253bd9] update help function
 AUTHORS 2011-09-04 lieven moors lieven moors [3fedaa] added jari to AUTHORS
 COPYING 2010-03-18 lieven moors lieven moors [33bbb6] added more files
 ChangeLog 2021-03-06 lieven moors lieven moors [592cc4] Update changelog
 INSTALL_GIT 2012-03-12 Lieven Moors Lieven Moors [7d8604] few small changes
 Makefile.am 2011-12-16 lieven moors lieven moors [826865] let automake install the man page, seems to wor...
 NEWS 2010-03-18 lieven moors lieven moors [33bbb6] added more files
 README 2012-03-24 Lieven Moors Lieven Moors [135669] Small change to README
 autogen.sh 2011-05-05 lieven moors lieven moors [2d3de2] added INSTALL_GIT file
 configure.ac 2021-03-06 lieven moors lieven moors [f51a5f] Bump version.

Read Me

Aj-snapshot is a command line utility to store/restore all ALSA 
and/or JACK connections to/from an XML file.

To compile this program from source, you will need these libraries:

- the ALSA library and headers (libasound)
- the JACK library and headers (libjack)
- the MXML library and headers (libmxml)

On Debian based systems, you will also need the development versions 
of these packages. These are marked by the -dev suffix.
E.g. you would need to have both libasound, and libasound-dev installed.

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

To install aj-snapshot do :

tar xvf aj-snapshot-X.X.X.tar.bz2
cd aj-snapshot-X.X.X

./configure
make
sudo make install 

(or: sudo make install DESTDIR=/path/)

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

For more information on how to use aj-snapshot see:
http://aj-snapshot.sourceforge.net/

You can read the manual page before installation 
from within the source directory with:
man man/aj-snapshot.1

Or after installation with:
man aj-snapshot

or do:
aj-snapshot -h

to get a short summary of all the options.