▲ 59 ▼ The magic behind configure, make, make install - How it works in Unix (thoughtbot.com) submitted 2 years ago by learnbyexample@programming.dev to c/linux@lemmy.ml 12 comments fedilink hide all child comments
[–] Kangie@lemmy.srcfiles.zip 2 points 2 years ago (1 child) Eww. Just teach meson setup builddir && cd builddir && meson compile permalink fedilink source parent hideshow 2 child comments replies: [–] stsquad@lemmy.ml 2 points 2 years ago (1 child) There are still some things meson can't do which we need the configure script for. The meson upstream are slowly working through our feature requests 😉 permalink fedilink source parent hideshow 2 child comments replies: [–] bizdelnick@lemmy.ml 2 points 2 years ago* Really? I supposed that I'm too conservative for still using cmake. But seems there's a reason for that. ☺ Well, seriously, I don't like meson because it does some things another way than more traditional tools for no reason. Sometimes this is painful, especially when cross compiling. Seems that it was originally designed without cross compilation in mind unlike cmake. permalink fedilink source parent
[–] stsquad@lemmy.ml 2 points 2 years ago (1 child) There are still some things meson can't do which we need the configure script for. The meson upstream are slowly working through our feature requests 😉 permalink fedilink source parent hideshow 2 child comments replies: [–] bizdelnick@lemmy.ml 2 points 2 years ago* Really? I supposed that I'm too conservative for still using cmake. But seems there's a reason for that. ☺ Well, seriously, I don't like meson because it does some things another way than more traditional tools for no reason. Sometimes this is painful, especially when cross compiling. Seems that it was originally designed without cross compilation in mind unlike cmake. permalink fedilink source parent
[–] bizdelnick@lemmy.ml 2 points 2 years ago* Really? I supposed that I'm too conservative for still using cmake. But seems there's a reason for that. ☺ Well, seriously, I don't like meson because it does some things another way than more traditional tools for no reason. Sometimes this is painful, especially when cross compiling. Seems that it was originally designed without cross compilation in mind unlike cmake. permalink fedilink source parent