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

A simpler way to build without meson or cmake #128

Open
1912193931 opened this issue Dec 2, 2020 · 1 comment
Open

A simpler way to build without meson or cmake #128

1912193931 opened this issue Dec 2, 2020 · 1 comment

Comments

@1912193931
Copy link

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

@1912193931 1912193931 changed the title A simpler way to build with meson or cmake A simpler way to build without meson or cmake Dec 2, 2020
@archtaurus
Copy link

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

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