ambrosiogabe / MathAnimation

A simple C++/OpenGL application to create quick and dirty mathematically accurate animations
982 stars 49 forks source link

Please add instructions for building on Linux #39

Closed FriederHannenheim closed 1 year ago

ambrosiogabe commented 1 year ago

This is only supported on Windows right, now. I've updated the readme with this information.

ThatOneCalculator commented 1 year ago

If it is only on Windows, then why would you include Linux package manager instructions in the readme? Step 5 says to use Pacman, the Arch Linux package manager (see below screenshot)

Screenshot_20230102-103630

ambrosiogabe commented 1 year ago

@ThatOneCalculator Yes, this is using pacman through msys2 since it's the only way to compile ffmpeg on Windows. It's like Wine on Linux, except it's the Wine for running linux on Windows.

It's part of the build instructions for ffmpeg for native compilation on Windows. Some helpful folks are working on adding Linux support though, so I'll be adding some additional information in the next week or so :)