TinyChatEngine icon indicating copy to clipboard operation
TinyChatEngine copied to clipboard

Create httpchat.cc

Open omjee opened this issue 2 years ago • 2 comments

trying to create http service using this change in ReadME brew install cpp-httplib

===need this change in makefile as well HTTP_TARGET = httpchat

Rule for HTTP_TARGET

$(HTTP_TARGET): %: application/%.cc $(OBJS) $(CXX) $(CXXFLAGS) $(INCLUDE_DIRS) -o $@ $^ $(LIB) $(LDFLAGS)

to compile

make -j httpchat

omjee avatar Oct 08 '23 05:10 omjee

Hi @omjee, thanks for the PR! Would you mind updating the necessary files like Makefile and README directly? Once you've made all the changes, I'll be glad to help review them, and then merge them in if everything's good. Thanks!

RaymondWang0 avatar Oct 08 '23 18:10 RaymondWang0

Hi @omjee, thanks for the PR! Would you mind updating the necessary files like Makefile and README directly? Once you've made all the changes, I'll be glad to help review them, and then merge them in if everything's good. Thanks!

Thank you, i have update those files and committed here

omjee avatar Oct 10 '23 01:10 omjee