Open 943fansi opened 1 year ago
The command is as follows:
cmake -G "MinGW Makefiles" .. mingw32-make tts_test ../test.txt ../models/single_speaker_small.bin out.wav
Thanks a lot for your valuable testing with MinGW in windows for this project, i may put your above information in the next release for windows build information
The command is as follows:
cmake -G "MinGW Makefiles" .. mingw32-make tts_test ../test.txt ../models/single_speaker_small.bin out.wav
I faild C:\Users\fut\Desktop\1\SummerTTS-main\src\tn\glog\src\utilities.h:80:11: fatal error: port.h: No such file or directory
@futureflsl You could try the previous version.
The command is as follows:
cmake -G "MinGW Makefiles" .. mingw32-make tts_test ../test.txt ../models/single_speaker_small.bin out.wav
I faild C:\Users\fut\Desktop\1\SummerTTS-main\src\tn\glog\src\utilities.h:80:11: fatal error: port.h: No such file or directory
include "port.h"
add # include "windows/port.h"
@futureflsl @wzbcat @943fansi I think I have solved the issue of Windows compilation. You can try my method: https://github.com/huakunyang/SummerTTS/issues/35
I failed,the second line ‘mingw32-make’ is wrong:mingw32-make:Makefile:Permission denied mingw32-make:***No targets.Stop. Why is this?
The command is as follows: