Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.01 KB

README.md

File metadata and controls

13 lines (10 loc) · 1.01 KB

jsreport.Binary.Linux

Build status Build Status NuGet

This package includes the raw jsreport.exe binary for linux embedded in the manifest stream. See more info in the similar windows based package jsreport.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.

RUN apt-get update && \   
    apt-get install -y libfontconfig1