antara-gaming-sdk
antara-gaming-sdk copied to clipboard
Does it support gcc 9.2?
I've seen clang and vs. What about gcc 9.2 with c++17?
@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)
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.
@qiujiangkun VCPKG is optionnaly supported in the SDK !
set(ANTARA_USE_VCPKG ON)
https://github.com/microsoft/vcpkg
You will need to install:
vcpkg install entt
vcpkg install nlohmann-json
vcpkg install sol2
vcpkg install fmt
(and so on)
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