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

Successfully run on Windows #5

Open
943fansi opened this issue May 21, 2023 · 6 comments
Open

Successfully run on Windows #5

943fansi opened this issue May 21, 2023 · 6 comments

Comments

@943fansi
Copy link

The command is as follows:

  cmake -G "MinGW Makefiles" ..
  mingw32-make
  tts_test ../test.txt ../models/single_speaker_small.bin out.wav
@huakunyang
Copy link
Owner

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

@futureflsl
Copy link

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"

@943fansi
Copy link
Author

943fansi commented Jun 6, 2023

@futureflsl You could try the previous version.

@wzbcat
Copy link

wzbcat commented Jan 5, 2024

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"

@aiaimimi0920
Copy link

@futureflsl @wzbcat @943fansi
I think I have solved the issue of Windows compilation. You can try my method:
#35

@Peichenxin
Copy link

I failed,the second line ‘mingw32-make’ is wrong:mingw32-make:Makefile:Permission denied
mingw32-make:***No targets.Stop.
Why is this?

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

6 participants