FAQ - SnabbGET/SnabbGET GitHub Wiki

How to use SnabbGET?

  1. First, download or clone this repository.

  2. Open a terminal

  3. If you haven't compiled the libraries (first use), type:

    make libs
    

    It should compile the libraries.

  4. Compile SnabbGET:

    make # [DEBUG=off]
    
  5. Then, execute SnabbGET:

    ./output
    

You can also compile the chatbot (called 'chatbox'):

make chatbox
./output_chatbox

TODO: Add screenshots