simple update
Command-Line Tic Tac Toe Game » Devlog
I've made a very simple change to the exe file that makes it run on any windows pc
"you needed the gnu complier (how I made my c++ file into the exe) before to run the game (before the exe needed the compiler to run and standard library's "STD for short" (Which also comes from the complier))"
"now you don't need that any more, to compile c++ code to an exe, I typed this command "g++ tictactoe.cpp -o main." I changed it to "g++ tictactoe.cpp -o main -static." What the static does is that it takes all the libraries and put them to the exe (I used 0 libraries.) STD is a library so it worked on a pc without the gnu complier which is nice and that's what changed."
TL;DR: it killed 2 birds with 1 stone and now it works on every windows device
Leave a comment
Log in with itch.io to leave a comment.