kevinsung / slp-to-video

Convert Slippi replay files to video using Dolphin
GNU General Public License v2.0
14 stars 4 forks source link

Cannot seem to build on Ubuntu 20.04 #10

Open nolanlawson opened 2 years ago

nolanlawson commented 2 years ago

Hey, this tool looks really nice. I tried to get it to work on Ubuntu 20.04, though, and I ran into several errors like this (from CMakeError.log):

/slp-to-video/Ishiiruka/build/CMakeFiles/CheckIncludeFiles/USE_AUDIOTRACK.c:2:10: fatal error: android/log.h: No such file or directory
    2 | #include <android/log.h>
      |          ^~~~~~~~~~~~~~~
...
/slp-to-video/Ishiiruka/build/CMakeFiles/CheckIncludeFiles/USE_SNDIO.c:2:10: fatal error: sndio.h: No such file or directory
    2 | #include <sndio.h>
      |          ^~~~~~~~~
...
/slp-to-video/Ishiiruka/build/CMakeFiles/CheckIncludeFiles/USE_KAI.c:2:10: fatal error: kai.h: No such file or directory
    2 | #include <kai.h>
      |          ^~~~~~~

I have Node 14.18.2, ffmpeg 4.2.4, and npm 6.14.15. I also installed all the deps from here and here. It looks like maybe there's still some other dependency I'm missing, though?

kevinsung commented 2 years ago

Can you check if you are able to build https://github.com/project-slippi/Ishiiruka, following their instructions?