Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.49 KB

README.md

File metadata and controls

25 lines (22 loc) · 1.49 KB

Memory Management Chatbot

A very basic chatbot implemented in C++ using the wxWidgts GUI library.

Dependencies for Running Locally

Basic Build Instructions

  1. Clone this repo.
  2. Make a build directory in the top level directory: mkdir build && cd build
  3. Compile: cmake .. && make
  4. Run it: ./membot.