Skip to content

Create httpchat.cc - #69

Open
omjee wants to merge 3 commits into
mit-han-lab:mainfrom
omjee:patch-1
Open

Create httpchat.cc#69
omjee wants to merge 3 commits into
mit-han-lab:mainfrom
omjee:patch-1

Conversation

@omjee

@omjee omjee commented Oct 8, 2023

Copy link
Copy Markdown

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
Copy Markdown
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!

@omjee omjee left a comment

Copy link
Copy Markdown
Author

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

omjee commented Oct 10, 2023

Copy link
Copy Markdown
Author

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