码迷,mamicode.com
首页 > 其他好文 > 详细

gn-build

时间:2019-12-12 19:57:35      阅读:137      评论:0      收藏:0      [点我收藏+]

标签:learn   for   ide   get   art   http   hello   ade   tps   

 

I‘m not completely sure from the error you describe but it sounds like you don‘t have a .gn file in the root.

I recently started getting into gn and made a simple starter project: https://github.com/aellerton/experiment-learn-gn

The first thing I didn‘t expect was the need to have a root .gn file, and that the file needs to point to the root config: https://github.com/aellerton/experiment-learn-gn/blob/master/.gn

The second thing I didn‘t expect was the need to provide an entire toolchain. I kind of like this now as it gives me full power. I used this one here, by making it a git submodule as the author suggests: https://github.com/timniederhausen/gn-build

Then building a trivial Hello World console program was straightforward.

gn-build

标签:learn   for   ide   get   art   http   hello   ade   tps   

原文地址:https://www.cnblogs.com/hshy/p/12031019.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!