antara-gaming-sdk icon indicating copy to clipboard operation
antara-gaming-sdk copied to clipboard

Does it support gcc 9.2?

Open JakkuSakura opened this issue 5 years ago • 5 comments

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

JakkuSakura avatar Mar 03 '20 13:03 JakkuSakura

@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 avatar Mar 04 '20 17:03 Milerius

Hi,  do you have predownloaded package? I tried it yesterday but the damn network wouldn't let it go.

Sincerely,  Jack Quinn

------------------ Original ------------------ From: Sztergbaum Roman <[email protected]> Date: Thu,Mar 5,2020 1:30 AM To: KomodoPlatform/antara-gaming-sdk <[email protected]> Cc: QiuJiangkun <[email protected]>, Mention <[email protected]> Subject: Re: [KomodoPlatform/antara-gaming-sdk] Does it support gcc 9.2? (#187)

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

clang-8 minimum clang-cl is also supported.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

JakkuSakura avatar Mar 04 '20 17:03 JakkuSakura

@qiujiangkun VCPKG is optionnaly supported in the SDK !

set(ANTARA_USE_VCPKG ON)

https://github.com/microsoft/vcpkg

Milerius avatar Mar 04 '20 17:03 Milerius

You will need to install:

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

(and so on)

Milerius avatar Mar 04 '20 17:03 Milerius

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

Milerius avatar Mar 04 '20 17:03 Milerius