l use MinGW and lightweight editor VSCode: https://code.visualstudio.com/docs/languages/cpp
Type the command: mingw32-make
Makefile
# -mwindows - without a console window
CC = g++
INC = -I"E:\Libs\SFML-2.5.1-windows-gcc-7.3.0-mingw-32-bit\include"
LIB = -L"E:\Libs\SFML-2.5.1-windows-gcc-7.3.0-min…
Advertisement
Popular Blogs
Advertisement