new file listing the kona java dependencies
authorFred T. Hamster <fred@feistymeow.org>
Tue, 3 Feb 2026 02:38:45 +0000 (21:38 -0500)
committerFred T. Hamster <fred@feistymeow.org>
Tue, 3 Feb 2026 02:38:45 +0000 (21:38 -0500)
seems like a handy thing, and i'd rather not have to re-learn this yet again...

kona/kona_dependencies.txt [new file with mode: 0644]

diff --git a/kona/kona_dependencies.txt b/kona/kona_dependencies.txt
new file mode 100644 (file)
index 0000000..e14300e
--- /dev/null
@@ -0,0 +1,23 @@
+
+to build the feisty meow kona code for java, these packages
+need to be set up as external jars on the classpath:
+
+(my personal approach is to unpack the archive file to a known
+location and use that location as the path for the external jar.)
+
+apache commons logging
+https://commons.apache.org/logging/download_logging.cgi
+
+apache commons compress
+https://commons.apache.org/compress/download_compress.cgi
+
+apache commons io
+https://commons.apache.org/io/download_io.cgi
+
+apache commons lang
+https://commons.apache.org/lang/download_lang.cgi
+
+apache log4j
+https://logging.apache.org/log4j/2.x/download.html
+
+