https://github.com/liblouis/liblouisutdml-nar
liblouisutdml built and packaged with maven-nar-plugin
https://github.com/liblouis/liblouisutdml-nar
Last synced: about 1 year ago
JSON representation
liblouisutdml built and packaged with maven-nar-plugin
- Host: GitHub
- URL: https://github.com/liblouis/liblouisutdml-nar
- Owner: liblouis
- Created: 2012-11-19T10:57:53.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T11:34:55.000Z (about 4 years ago)
- Last Synced: 2024-03-26T15:32:19.884Z (over 2 years ago)
- Language: C
- Size: 1.75 MB
- Stars: 1
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Build
-----
To build for all platforms at once:
docker-compose build debian
make clean all
This requires [Docker](https://www.docker.com). Mac binaries will only
be build if the host platform is Mac OS.
To install pkg-config on Mac OS X:
brew install pkg-config
sudo ln -s /usr/local/share/aclocal/pkg.m4 /usr/share/aclocal
To install libxml2 on Mac OS X:
brew install libxml2
Deploy
------
To deploy a snapshot to Sonatype OSS:
make snapshot
To make a release:
make release