cinatra icon indicating copy to clipboard operation
cinatra copied to clipboard

[Suggestion] We should add scripts to build thirdparty library.

Open jovany-wang opened this issue 5 years ago • 2 comments

  1. It's necessary for users to build this project with only one command, like sh build.sh or cmake or others.

We should make the building-processes more simple. So, could we add a script named build.sh and clone the thirdparty library with it.

This is the best way for a such mature project, right?

  1. Btw, I think our structure of this repo is a bit disorganized, why we don't organize our repo like the following:

    |---thirdparty |---src |---www |---docs |---etc

jovany-wang avatar Oct 03 '18 16:10 jovany-wang

Creating a cmake project generator is good option, with the dir structures as you described above, like most of the NodeJS web-frameworks do.

$ feather new my_blog

micfan avatar Mar 16 '19 11:03 micfan

嗯,这个建议很好,可以改进一下。

qicosmos avatar Mar 17 '19 01:03 qicosmos