CDSoft / pp

PP - Generic preprocessor (with pandoc in mind) - macros, literate programming, diagrams, scripts...

Home Page:http://cdelord.fr/pp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

homebrew formula (macos)

lclem opened this issue · comments

since it takes quite some time to build pp from scratch, would it be possible to create a homebrew formula for macos? thanks!

This is not planned on my side but you can check this: #93

Sorry for the late reply... Please keep in mind that pp is not supported anymore, it's hard to deploy. For new projects I suggest ypp which is is based on a Lua interpreter and way easier to compile and install and binaries are easier to produce (thanks to zig) and deploy (see hey).

E.g. to install ypp:

curl https://cdelord.fr/hey/ypp-aarch64-macos-none | sh

The binaries compiled with musl should be more portable.