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

How to compile UVAtlasTool under linux? #81

Closed
niyunsheng opened this issue Jul 20, 2022 · 4 comments
Closed

How to compile UVAtlasTool under linux? #81

niyunsheng opened this issue Jul 20, 2022 · 4 comments
Labels
question tools Applies to uvatlastool

Comments

@niyunsheng
Copy link

In the line 42 of UVAtlas-main/UVAtlasTool/UVAtlas.cpp:

#include <conio.h>

This head file is only for windows platform.

I want to use UVAtlasTool under linux platform, can you give me some advice?

@walbourn
Copy link
Member

The command-line tool would need porting to Linux which is out of scope for my needs, but you are welcome to do so. uvatlastool is effectively a 'sample' for the library.

@niyunsheng
Copy link
Author

thx

@gyxiaochina
Copy link

Happened to find an easier way to run uvatlastool on linux. You can use wine (wine) to run the uvatlastool command line. Just build the .exe from the VS solution on windows, then copy the .exe to linux computer. One trick here is that you need to build the .exe in release version, not debug version. Hope this helps.

@walbourn walbourn added question tools Applies to uvatlastool labels Jan 6, 2023
@mgrewe
Copy link

mgrewe commented Mar 21, 2023

Was anybody successful in native Linux compilation? Maybe worth giving https://github.com/thradams/conio a try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question tools Applies to uvatlastool
Projects
None yet
Development

No branches or pull requests

4 participants