2048.cpp icon indicating copy to clipboard operation
2048.cpp copied to clipboard

A simpler way to build without meson or cmake

Open 1912193931 opened this issue 5 years ago • 1 comments

cd src & g++ *.cpp -o 2048 -I ./headers

1912193931 avatar Dec 02 '20 13:12 1912193931

git clone https://github.com/plibither8/2048.cpp
cd 2048.cpp/src && g++ -I headers -O3 -s -o 2048 *.cpp

archtaurus avatar Mar 04 '24 09:03 archtaurus