Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create httpchat.cc #69

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Create httpchat.cc #69

wants to merge 3 commits into from

Conversation

omjee
Copy link

@omjee omjee commented Oct 8, 2023

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

trying to create http service using this
@RaymondWang0
Copy link
Collaborator

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!

Copy link
Author

@omjee omjee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added brew to compile http

@omjee
Copy link
Author

omjee commented Oct 10, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants