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

Does it support gcc 9.2? #187

Open
JakkuSakura opened this issue Mar 3, 2020 · 5 comments
Open

Does it support gcc 9.2? #187

JakkuSakura opened this issue Mar 3, 2020 · 5 comments
Labels
question Further information is requested

Comments

@JakkuSakura
Copy link

I've seen clang and vs. What about gcc 9.2 with c++17?

@Milerius
Copy link
Contributor

Milerius commented Mar 4, 2020

@qiujiangkun Hey ! We support only clang, but every platform are supported.

clang-8 minimum
clang-cl is also supported.

MSVC is supported only for debugging.

C++ 17 is fully compliant with clang-8 and clang-9

(On linux clang use gcc lib)

@Milerius Milerius added the question Further information is requested label Mar 4, 2020
@JakkuSakura
Copy link
Author

JakkuSakura commented Mar 4, 2020 via email

@Milerius
Copy link
Contributor

Milerius commented Mar 4, 2020

@qiujiangkun VCPKG is optionnaly supported in the SDK !

set(ANTARA_USE_VCPKG ON)

https://github.com/microsoft/vcpkg

@Milerius
Copy link
Contributor

Milerius commented Mar 4, 2020

You will need to install:

vcpkg install entt
vcpkg install nlohmann-json
vcpkg install sol2
vcpkg install fmt

(and so on)

@Milerius
Copy link
Contributor

Milerius commented Mar 4, 2020

You have 2 solutions for using the SDK

  • Not using VCPKG (require a good connection, but easier to use)
  • Using VCPKG (install packages once, and precise cmake toolchain in the command line) + enable ANTARA_USE_VCPKG

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants