Skip to content
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

[Error] Linux Compile #88

Closed
rafalohaki opened this issue Jan 25, 2021 · 1 comment
Closed

[Error] Linux Compile #88

rafalohaki opened this issue Jan 25, 2021 · 1 comment

Comments

@rafalohaki
Copy link

rafalohaki commented Jan 25, 2021

image
my commands:
sudo apt-get install cmake gcc-10 g++-10 libsdl2-dev
mkdir Release
cd Release
cmake -D CMAKE_BUILD_TYPE=Release ..
make -j $(nproc --all)

full output:
https://0bin.net/paste/+QgUyu5L#raWBNQ+T16J90i2G+qPTxIpQedPufkhsE7d9TqoK+bU

@danielkrupinski
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants