Blaumaus / le_chiffre

Open source, multilingual, external CS:GO toolkit.
https://lechiffre.now.sh
MIT License
238 stars 39 forks source link

how to compile it #3

Closed biubot closed 3 years ago

biubot commented 3 years ago

How to compile your source code, or what software to compile

biubot commented 3 years ago

compile error

Blaumaus commented 3 years ago

@biubot, make sure you're using the latest C++ standard (at least C++17) and the latest Visual Studio (I tested the code in VS 2019) to compile it.

biubot commented 3 years ago

but when i compile it, there are many errors ------------------ 原始邮件 ------------------ 发件人: "Andrew&nbsp;R."<notifications@github.com> 发送时间: 2020年12月24日(星期四) 凌晨0:35 收件人: "Blaumaus/le_chiffre"<le_chiffre@noreply.github.com>; 抄送: "biubot"<944266464@qq.com>;"Mention"<mention@noreply.github.com>; 主题: Re: [Blaumaus/le_chiffre] how to compile it (#3)

Blaumaus commented 3 years ago

@biubot, could you copy and paste the error log here?

biubot commented 3 years ago

The compiler tool I use is not vs2019, its CLion------------------ 原始邮件 ------------------ 发件人: "Andrew&nbsp;R."<notifications@github.com> 发送时间: 2020年12月24日(星期四) 凌晨0:44 收件人: "Blaumaus/le_chiffre"<le_chiffre@noreply.github.com>; 抄送: "biubot"<944266464@qq.com>;"Mention"<mention@noreply.github.com>; 主题: Re: [Blaumaus/le_chiffre] how to compile it (#3)

Blaumaus commented 3 years ago

I haven't tested it on CLion so there may be some issues with it.

Blaumaus commented 3 years ago

@biubot, you are free to add support for CLion and g++ compilers and open a pool request

biubot commented 3 years ago

When I compile le_ Chiffre.sln File, it tells me that...

------------------ 原始邮件 ------------------ 发件人: "Blaumaus/le_chiffre" <notifications@github.com>; 发送时间: 2020年12月24日(星期四) 凌晨4:03 收件人: "Blaumaus/le_chiffre"<le_chiffre@noreply.github.com>; 抄送: "神兵龙卷风"<944266464@qq.com>;"Mention"<mention@noreply.github.com>; 主题: Re: [Blaumaus/le_chiffre] how to compile it (#3)

@biubot, you are free to add support for CLion and g++ compilers and open a pool request

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

Blaumaus commented 3 years ago

@biubot, use the VS2019 to compile the code, it works like a charm.