Skip to content

Help on setting up a new Linux project #1597

Answered by uNetworkingAB
DeuSCaNoN asked this question in Q&A
Discussion options

You must be logged in to vote

I personally don't use build systems (I'm thoroughly fed up with their complexity, bugs and abstractions and false sense of achieving anything at all). I use the most minimal 1-liner Makefile that just calls the compiler (knowing your compiler is all you need):

default:
 g++ -Ipath_to_uws_src path_to_uSockets.a myproject.cpp

Build systems are like, the most controversial topic and people are often times full on fanatically obsessed with their pick, that's why I refuse to use them.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@DeuSCaNoN
Comment options

@uNetworkingAB
Comment options

Answer selected by DeuSCaNoN
@DeuSCaNoN
Comment options

@DeuSCaNoN
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants