Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide build instructions or release binaries #1

Open
pkviet opened this issue Mar 9, 2020 · 1 comment
Open

Provide build instructions or release binaries #1

pkviet opened this issue Mar 9, 2020 · 1 comment

Comments

@pkviet
Copy link

pkviet commented Mar 9, 2020

Hello
could you provide build instructions and/or release binaries ?
Thanks

@aswild
Copy link

aswild commented Feb 8, 2021

I found this program helpful yesterday, but had issues compiling it. Good thing I love a build system challenge.

  1. update ts_analyzer.pro to remove windows-specific paths and strings and replace with GCC compiler flags
  2. drop vendored ffmpeg and SDL2 headers (to use up-to-date system versions instead, SDL2 isn't actually called anywhere either)
  3. fix ffmpeg include paths in the source code
  4. fix other C++ compile errors
  5. build with qmake && make

And then I decided to get some CMake practice and rewrote the build system in CMake, using pkg-config to find the ffmpeg libraries. Theoretically it should be cross-platform sane now https://github.com/aswild/ts_analyzer/blob/master/CMakeLists.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants