From f7fc2a99bc435bfa699c710f2f6204d99379e1c2 Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Fri, 3 Jan 2025 17:19:57 -0500 Subject: Results should now be gzipd as they arrive and unzipped only upon request. --- captain/BUILD.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'captain/BUILD.md') diff --git a/captain/BUILD.md b/captain/BUILD.md index 506adc4..d926a4b 100644 --- a/captain/BUILD.md +++ b/captain/BUILD.md @@ -6,17 +6,19 @@ though it should work on any UNIX-y system with a modern Fortran compiler. ## Requirements -The captain only has three dependencies: +The captain only has five dependencies: * SQLite3 development libraries * SSL development libraries * uuidgen + * mimetype + * gzip/gunzip The first two are necessary for building, while the third is a runtime dependency. These can be installed on Debian with the following command: ``` -apt-get install libssl-dev libsqlite3-dev uuid-runtime +apt-get install libssl-dev libsqlite3-dev uuid-runtime gzip libfile-mimeinfo-perl ``` ## Building -- cgit v1.2.3