danielkrupinski / GOESP

Cross-platform streamproof ESP hack for Counter-Strike: Global Offensive, written in modern C++. Rendering and GUI powered by Dear ImGui + FreeType.
MIT License
434 stars 74 forks source link

Issue compiling on Ubuntu #123

Open ReShout876 opened 2 years ago

ReShout876 commented 2 years ago

Output here: https://pastebin.com/7Q8CX7xw

IstAuchEgal commented 2 years ago

88 cmake -D CMAKE_BUILD_TYPE=Release -D CMAKE_C_COMPILER=gcc-10 -D CMAKE_CXX_COMPILER=g++-10 ..