cinatra
cinatra copied to clipboard
[Suggestion] We should add scripts to build thirdparty library.
- It's necessary for users to build this project with only one command, like
sh build.sh
orcmake
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?
-
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
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
嗯,这个建议很好,可以改进一下。