From bd8d77dd8a6fbbc2a8925a2210917bfe0e2d6849 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Tue, 20 Jun 2006 17:20:32 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r5269, which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/input_noticer/; revision=5270 --- INSTALL.TXT | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 INSTALL.TXT (limited to 'INSTALL.TXT') diff --git a/INSTALL.TXT b/INSTALL.TXT new file mode 100644 index 0000000..f7eefed --- /dev/null +++ b/INSTALL.TXT @@ -0,0 +1,27 @@ +input_noticer install instructions +David Merrill + +In order to make this code compile, I had to install the following libraries +onto my system: + + libhal-dev + libglib2.0-dev + libdbus-glib-1-dev + +In a debian-based system, they can be installed with apt-get, as in: + sudo apt-get install libhal-dev + +To see if you have the right libraries installed in order to compile, you can +try compiling the test_noticer.c file, by running the test_noticer_compile.sh +shell script, as follows: + +source test_noticer_compile.sh + +Then, run test_noticer, and when it's running you should see messages when +you plug, or un-plug a joystick. + +Once you've got your libraries sorted out, to compile and install, you should +first modify the Makefile to suit your system. Then you can type: + +make +make install_noticer -- cgit v1.2.1