-
Notifications
You must be signed in to change notification settings - Fork 13
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
Labels
question
Further information is requested
Comments
@qiujiangkun Hey ! We support only clang, but every platform are supported. clang-8 minimum 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 <notifications@github.com>
Date: Thu,Mar 5,2020 1:30 AM
To: KomodoPlatform/antara-gaming-sdk <antara-gaming-sdk@noreply.github.com>
Cc: QiuJiangkun <qiujiangkun@foxmail.com>, Mention <mention@noreply.github.com>
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) |
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
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've seen clang and vs. What about gcc 9.2 with c++17?
The text was updated successfully, but these errors were encountered: