A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://sourceforge.net/p/controlremote/code/HEAD/tree/trunk/decodeir/ below:

RemoteMaster / Code

Menu Tree [r2224] / trunk / decodeir /  History
File Date Author Commit  m4 2015-04-12 bengtmartensson [r1358] Added autotools files from Alec Leamas, see htt...  old 2025-03-08 bengtmartensson [r2146] Checked in old sources/binaries from the File S...  src 2015-03-08 bengtmartensson [r1334] Re-introduced DecodeIRCaller.java; added pom.xm...  .gitignore 2015-04-12 bengtmartensson [r1358] Added autotools files from Alec Leamas, see htt...  DecodeIR.DEF 2015-01-13 bengtmartensson [r1293] Initial checkin of DecodeIR, version 2.44.  DecodeIR.cpp 2017-04-25 bengtmartensson [r1542] Reverted erroneously changed version_cstr  DecodeIR.dsp 2015-01-13 bengtmartensson [r1293] Initial checkin of DecodeIR, version 2.44.  DecodeIR.dsw 2015-01-13 bengtmartensson [r1293] Initial checkin of DecodeIR, version 2.44.  DecodeIR.h 2017-04-25 bengtmartensson [r1541] Delete spurious newline  DecodeIR.html 2023-03-07 mathsdon [r1954] - Update DecodeIR.html to correct error in NECx...  DecodeIR.sln 2015-01-13 bengtmartensson [r1293] Initial checkin of DecodeIR, version 2.44.  DecodeIR.suo 2015-01-13 bengtmartensson [r1293] Initial checkin of DecodeIR, version 2.44.  DecodeIR.vcproj 2015-01-13 bengtmartensson [r1293] Initial checkin of DecodeIR, version 2.44.  DecodeIR.vcproj.REED-KIDS.Dave.user 2015-01-13 bengtmartensson [r1293] Initial checkin of DecodeIR, version 2.44.  DecodeIRCaller.h 2015-01-13 bengtmartensson [r1293] Initial checkin of DecodeIR, version 2.44.  INSTALL 2015-04-12 bengtmartensson [r1358] Added autotools files from Alec Leamas, see htt...  Makefile.Linux 2015-01-13 bengtmartensson [r1293] Initial checkin of DecodeIR, version 2.44.  Makefile.MacOSX 2015-01-13 bengtmartensson [r1293] Initial checkin of DecodeIR, version 2.44.  Makefile.am 2017-04-25 bengtmartensson [r1539] Merge changes per http://www.hifi-remote.com/fo...  README 2015-04-12 bengtmartensson [r1358] Added autotools files from Alec Leamas, see htt...  StdAfx.cpp 2015-01-13 bengtmartensson [r1293] Initial checkin of DecodeIR, version 2.44.  StdAfx.h 2015-01-13 bengtmartensson [r1293] Initial checkin of DecodeIR, version 2.44.  configure.ac 2017-04-25 bengtmartensson [r1539] Merge changes per http://www.hifi-remote.com/fo...  main.cpp 2017-04-25 bengtmartensson [r1539] Merge changes per http://www.hifi-remote.com/fo...  pom.xml 2017-04-25 bengtmartensson [r1539] Merge changes per http://www.hifi-remote.com/fo... Read Me
DecodeIR README
===============

This code is in Public Domain

DecodeIR is a general library which can decode signals for a large number
of infrared remote controls. It can be used as a regular C library or
through a java interface.

Here is a traditional C++ so-lib and a Java wrapper which are built
separately. The so-lib serves both as a traditional library and a
jni one for the java wrapper.

To build the java jar file you need maven. 'mvn package' will create
a jar file in the target/ directory. Here is no explicit support to
install this file.

To configure, build and install the so-lib you need the autoreconf
command and some other dependencies:

    autoconf v 2.69+
    automake v 1.14+
    libtool v 2.4.2+
    gnu make v 4.0.3+
    maven v v 3.2.2+
    gcc v 4.9.2+
    java-1.8.0-openjdk+


With these  in place, the build procedure is indeed:

    $ autoreconf -fi
    $ ./configure
    $ make
    $ sudo make install

There are no specific configuration options. The generic options to
configure and 'make install' are described in INSTALL. Static library
generation is disabled in configure.ac.

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4