An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# jsreport.Binary.Linux
[![Build status](https://ci.appveyor.com/api/projects/status/vuo0fq883ubl40qy?svg=true)](https://ci.appveyor.com/project/pofider/jsreport-dotnet-binary-linux)
[![Build Status](https://travis-ci.org/jsreport/jsreport-dotnet-binary-linux.png?branch=master)](https://travis-ci.org/jsreport/jsreport-dotnet-binary-linux)
[![NuGet](https://img.shields.io/nuget/v/jsreport.Binary.Linux.svg)](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
```