qicosmos / feather

a modern, rapid,cross-platform web development framework developed in c++17

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please move the main.cpp to examples folder

rajaravivarma-r opened this issue · comments

Hi, nice project. I really like the API of the library. I just wanted to say if the main.cpp file could be moved to an examples folder. And when I did a make install, I expected the header files to be installed in the location, but I got the cinatra binary installed.

Can you also please write a wiki page on how to build Boost Standalone ASIO, I keep seeing this in cinatra and feather but the CMakeList has find_package(Boost ... system). Either the README is wrong or the cmake file is.

Thank you.

I will adjust the code directory and test Standalone ASIO this week.

Thank you, I can move the code directory if you give me how you want it to be, and create a PR for that. I cannot test the Standalone ASIO though, as I am don't know much about cmake.

@rajaravivarma-r
I'm afraid i can't do the work this week, because the Chinese New Year is coming, i will enjoy the holiday with my family. After the holiday i will test Standalone ASIO.

So i wish you could adjust the directory of cinatra, here is an example for you:
https://github.com/greg7mdp/sparsepp
Thank you.

@rajaravivarma-r
I have adjusted the code directories, and tested asio standalone, cinatra has already support asio standalone now.

@qicosmos Thanks for the work :)