You are viewing a single comment's thread from:

RE: LeoThread 2025-12-05 03-39

in LeoFinance2 hours ago

code is. And you can click to browse the source code. And I can go to the source code. Where to build the binaries. So I tell it where in that directory I want the binaries to be built, which is of course B. And then I can click the configure button. So that works. That's really nice. That's a completely GUI method. The way that I more often use myself is CMake dot dot. So CMake invokes the little in terminal GUI. And it's relatively simple. It's a screen full, well not a screen full in this case because it's a really, really simple application. In this case there are exactly two lines. CMake underscore build underscore type. And maybe I would want to call it a release. And then CMake underscore install underscore prefix. And that's set right now to slash opt. Well I could just set that as I said to like usr. And well those are the only two variables that I have to set right now. Because like I say this is a really, really simple little demo application. Now at the bottom of the CMake (50/54)