Closed deejay87 closed 4 years ago
I'm not sure if you can get termios to work with the standard windows compiler but you should be able to build this with mingw or something similar, and if you care only about the converter and not the player you can just ignore that error.
Agree, got this to build on windows 10 using MSYS2 and it works just fine
i have test with MSYS2
$ sh build.sh
Building player...
src/rt_player/main.cpp:12:10: fatal error: termios.h: No such file or directory
12 | #include ~~
compilation terminated.
Building converter...
But with this one is the same, i have the .exe converted but don't know if this can create a problem :)
I don't know how to fix this, ask someone who knows stuff about msys2 and like I said before if you only care about brstm_converter you can just ignore that error and use the converter
oki thanks
Hi Trying to build on windows, got this error
src/rt_player/main.cpp:12:10: fatal error: termios.h: No such file or directory 12 | #include
| ^
~~compilation terminated.Thanks