Travis builds for OS X, too. And Travis badge.
s/README/README.md/ to add badge to Github main page.
This commit is contained in:
parent
a8eaceda40
commit
8c232f3da3
@ -4,4 +4,8 @@ compiler:
|
||||
- gcc
|
||||
- clang
|
||||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
script: ./build.sh
|
||||
|
6
INSTALL
6
INSTALL
@ -14,7 +14,7 @@ Basic Installation
|
||||
|
||||
Briefly, the shell commands `./configure; make; make install' should
|
||||
configure, build, and install this package. The following
|
||||
more-detailed instructions are generic; see the `README' file for
|
||||
more-detailed instructions are generic; see the `README.md' file for
|
||||
instructions specific to this package. Some packages provide this
|
||||
`INSTALL' file but do not implement all of the features documented
|
||||
below. The lack of an optional feature in a given package is not
|
||||
@ -38,7 +38,7 @@ cache files.
|
||||
|
||||
If you need to do unusual things to compile the package, please try
|
||||
to figure out how `configure' could check whether to do them, and mail
|
||||
diffs or instructions to the address given in the `README' so they can
|
||||
diffs or instructions to the address given in the `README.md' so they can
|
||||
be considered for the next release. If you are using the cache, and at
|
||||
some point `config.cache' contains results you don't want to keep, you
|
||||
may remove or edit it.
|
||||
@ -200,7 +200,7 @@ option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
|
||||
`configure', where FEATURE indicates an optional part of the package.
|
||||
They may also pay attention to `--with-PACKAGE' options, where PACKAGE
|
||||
is something like `gnu-as' or `x' (for the X Window System). The
|
||||
`README' should mention any `--enable-' and `--with-' options that the
|
||||
`README.md' should mention any `--enable-' and `--with-' options that the
|
||||
package recognizes.
|
||||
|
||||
For packages that use the X Window System, `configure' can usually
|
||||
|
@ -10,7 +10,7 @@ pkgconfig_DATA = libmbus.pc
|
||||
|
||||
docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
|
||||
dist_docdir = $(DESTDIR)$(docdir)
|
||||
doc_DATA = README \
|
||||
doc_DATA = README.md \
|
||||
COPYING \
|
||||
hardware/MBus_USB.pdf \
|
||||
hardware/MBus_USB.txt
|
||||
|
7
README
7
README
@ -1,7 +0,0 @@
|
||||
|
||||
libmbus: M-bus Library from Raditex Control (http://www.rscada.se)
|
||||
|
||||
libmbus is an open source library for the M-bus (Meter-Bus) protocol. The Meter-Bus is a standard for reading out meter data from electricity meters, heat meters, gas meters, etc. The M-bus standard deals with both the electrical signals on the M-Bus, and the protocol and data format used in transmissions on the M-Bus. The role of libmbus is to decode/encode M-bus data, and to handle the communication with M-Bus devices.
|
||||
|
||||
For more information see http://www.rscada.se/libmbus
|
||||
|
11
README.md
Normal file
11
README.md
Normal file
@ -0,0 +1,11 @@
|
||||
# libmbus: M-bus Library from Raditex Control (http://www.rscada.se) <span style="float:right;"><a href="https://travis-ci.org/rscada/libmbus" style="border-bottom:none"></a></span>
|
||||
|
||||
libmbus is an open source library for the M-bus (Meter-Bus) protocol.
|
||||
|
||||
The Meter-Bus is a standard for reading out meter data from electricity meters,
|
||||
heat meters, gas meters, etc. The M-bus standard deals with both the electrical
|
||||
signals on the M-Bus, and the protocol and data format used in transmissions on
|
||||
the M-Bus. The role of libmbus is to decode/encode M-bus data, and to handle
|
||||
the communication with M-Bus devices.
|
||||
|
||||
For more information see http://www.rscada.se/libmbus
|
@ -64,7 +64,7 @@ rm -rf "%buildroot"
|
||||
|
||||
%files
|
||||
%defattr (-,root,root)
|
||||
%doc COPYING README
|
||||
%doc COPYING README.md
|
||||
%{_bindir}/mbus-serial-*
|
||||
%{_bindir}/mbus-tcp-*
|
||||
%{_libdir}/libmbus.so*
|
||||
|
Loading…
x
Reference in New Issue
Block a user