Open RetroGamer02 opened 1 year ago
I don't have MSYS2 available, i use a virtual (unix) system to build on windows. But maybe i can help out if you show me the error(s) when trying to build.
Just curious, why are you trying to build from source?
I was wondering if maybe I could make it run a bit faster.
First I changed all ` to "
The major issue I have been having right now is this example
bin2s: could not create (echo /home/Devin/Documents/dosbox-3ds/ctr/gfx/kbd/keytab.bgr) | tr . ).h (echo /home/Devin/Documents/dosbox-3ds/ctr/gfx/kbd/keytab.bgr) | tr . ).h: No such file or directory
Trying to figure out where its getting /home from since its C:\Users on Windows.
I'm just gonna use Windows Subsystem for Linux it seems to be working.
check the makefiles sometimes paths are absolute it would be to use the $HOME environment variable
I can build on termux using proot-distro
I don't see any $HOME in the Makefile. Also I managed to build with WSL. Thanks though. Only keeping this open incase a fix for MSYS2 is found as it would make building it more accessible.
im wrong its how the bash handles the $TOPDIR line in the makefile
i think ffmpeg doesnt understand the pathes
Im getting a file missing error constantly and its ffmpeg
logs ubuntu
[debian.log.txt](https://github.com/MrHuu/dosbox-3ds/files/11492325/debian.log.txt)
MSYS2 output
Please add support for compiling on Windows.