LCDncid Distribution
Functional Changes
Documentation Changes
Notes
SourceForge
The large green Download button on the Sourceforge Project Page only downloads files for NCID not LCDncid. Select Files to view and download any of the available LCDncid packages.
The Fedora, FreeBSD, Debian, Raspbian and Ubuntu packages may be included in a repository.
LCDncid source package:
lcdncid-0.30-src.tar.gz
Fedora package:
lcdncid-0.30-1.fc28.noarch.rpm
Debian, Raspbian and Ubuntu package:
lcdncid_0.30-1_all.deb
Updated core files:
lcdncid.pl:
CALLTYPES and MSGTYPES updated, synced with ncid-1.8
fixed “huh? Unknown screen id” in debug mode
lcdncid.conf.5:
Makefile:
Updated Manuals:
INSTALL.md:
INSTALL-LCDproc-Raspbian.md:
New documentation templates:
README.md
ReleaseNotes.md
See the INSTALL file to install the Fedora, Redhat, Ubuntu, Mac and FreeBSD packages.
FreeBSD has no install package, it is built and installed from source.
Mac OSX has no install package, it is built and installed from source.
RPM based install package (includes Fedora, Redhat, CentOS, etc):
If you need to build RPM packages for your specific OS release:
rpmbuild -tb lcdncid-0.30-src.tar.gz
Debian based install package (includes Debian, Ubuntu, Raspbian, etc):
If you need to build a DEB package for your specific OS release,
the build-essential, fakeroot and libpcap packages must be installed:
sudo apt-get build-essential fakeroot libpcap0.8-dev
tar -xzf lcdncid-0.30-src.tar.gz
mv lcdncid lcdncid-0.30
cd lcdncid-0.30
fakeroot debian/rules build
fakeroot debian/rules binary
fakeroot debian/rules clean