Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于我的新项目,我决定使用uriparser进行查询字符串解析,因为在很多页面上都推荐它。下载了它,但现在我卡住了。我应该如何构建它?这不会是第一次构建,但是,make 说没有可用的 makefile。这让我想到可能还有其他东西,也许不应该建造?任何想法?
我快速浏览了一下发行版,它似乎是基于自动工具的。
所以./configure在根目录下运行,这将生成一个你可以执行的makefile make。
./configure
make