https://github.com/jsreport/jsreport-dotnet-binary-linux
jsreport single executable for linux distributed as dll
https://github.com/jsreport/jsreport-dotnet-binary-linux
Last synced: 4 months ago
JSON representation
jsreport single executable for linux distributed as dll
- Host: GitHub
- URL: https://github.com/jsreport/jsreport-dotnet-binary-linux
- Owner: jsreport
- License: mit
- Created: 2017-09-03T09:59:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-27T20:12:42.000Z (about 2 years ago)
- Last Synced: 2025-09-13T22:03:22.505Z (9 months ago)
- Language: C#
- Size: 98.1 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jsreport.Binary.Linux
[](https://ci.appveyor.com/project/pofider/jsreport-dotnet-binary-linux)
[](https://travis-ci.org/jsreport/jsreport-dotnet-binary-linux)
[](https://nuget.org/packages/jsreport.Binary.Linux)
This package includes the raw [jsreport.exe binary for linux](https://jsreport.net/learn/single-file-executable) embedded in the manifest stream. See more info in the similar windows based package [jsreport.Binary](https://github.com/jsreport/jsreport-dotnet-binary).
**The linux binary can be used the same way as windows one. Just make sure your linux hosting server includes `libfontconfig`. You can do this using the following snipped if you use the default VS generated dockerfile.**
```docker
RUN apt-get update && \
apt-get install -y libfontconfig1
```