ineshbose / simple-icons-latex

LaTeX bindings for Simple Icons
https://ctan.org/pkg/simpleicons
Creative Commons Zero v1.0 Universal
21 stars 1 forks source link

Compile from source #23

Closed raffaem closed 1 year ago

raffaem commented 1 year ago

Can you provide instructions on how to compile from source?

I'm affected by #18 and my distribution (Arch Linux) supply old version of this package (8.x)

ineshbose commented 1 year ago

There are a couple of things you can do...

The easiest is to download the latest release ZIP from https://github.com/ineshbose/simple-icons-latex/releases and use that. Otherwise, you clone the repository (and assuming you have Node.js installed), install dependencies (using npm/yarn), and then run node bindings.js.

(My apologies for the late reply, and please let me know if that's the answer you're looking for - I'm also learning more about TeX myself!)

raffaem commented 1 year ago

Thanks. I ended up using the SVG files directly. (maybe we can put those instructions in README)