summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README5
-rwxr-xr-xviewhtml2
2 files changed, 6 insertions, 1 deletions
diff --git a/README b/README
index 72b5669..26edb57 100644
--- a/README
+++ b/README
@@ -14,4 +14,7 @@ opener
viewhtml
A view for HTML5 documents based on gumbo.
- Depends on https://github.com/ray2501/tclgumbo
+ Depends on:
+ https://github.com/ray2501/tclgumbo
+ http://tkimg.sourceforge.net/
+ https://github.com/auriocus/tksvg
diff --git a/viewhtml b/viewhtml
index 7a03591..1e581ec 100755
--- a/viewhtml
+++ b/viewhtml
@@ -1,6 +1,8 @@
#!/usr/bin/env tclsh
package require tclgumbo
package require Tk
+package require tksvg
+package require Img
# TODO: This is still ugly, refactor into functions and namespaces?