teapot icon indicating copy to clipboard operation
teapot copied to clipboard

Help building/Installing/Using

Open Wrenky opened this issue 5 years ago • 3 comments

Can somebody (or anybody reading this comment) explain how to use and setup a teapot server and client? I've tried to run the code inside this repo in various ways with tclkit, and there is a ton of missing things (licensing files) or missing compilation steps (when compiling tclparser, I had to link to the tbcload directory for a file there). It started complaining of missing tcllib stuff (running with a tclkit as all the app entries need it) but I think it needs an older tcllib version- Newest version seems to be missing files teapot needs like fileutil::magic::mimetype.

Is there any documentation describing how to build this? I feel like I'm just compiling things because its uncompiled, I have zero idea what I need to be doing. Even if I somehow got it working, I wouldnt know how to use it- No documentation seems to exist on how to run a teapot server either!

Help?

Wrenky avatar Jul 14 '20 22:07 Wrenky

Can I assume that teapot is abandoned at this point?

Wrenky avatar Aug 04 '20 18:08 Wrenky

did you find the doc ?

gustavoguz avatar Jul 05 '21 19:07 gustavoguz

I get an error when I try to run teapot.tcl and am confused by the docs (they did not seem to provide any setup steps, yet just instructions on using commands assuming they already work):

% ./app/teapot/teapot.tcl   
can't find package repository::capp
    while executing
"package require repository::capp"
    (file "./app/teapot/teapot.tcl" line 46)

I am running on MacOS Catalina.

Help is appreciated.

AndyObtiva avatar Nov 18 '21 22:11 AndyObtiva