1
General / Re: sf::Text destruction causes segfault
« on: March 23, 2018, 07:38:13 pm »
No, I didn't build SFML with the same compiler. I have just typed this:
Quote
sudo apt-get install libsfml-devAnd then
Quote
g++-7 -std=c++17 -c main.cpp&&g++-7 main.o -o sfml-app -lsfml-graphics -lsfml-window -lsfml-system&&./sfml-appLike it is in the tutorial https://www.sfml-dev.org/tutorials/2.4/start-linux.php