|
From: <kin...@us...> - 2025-09-30 23:32:01
|
Revision: 7555
http://sourceforge.net/p/teem/code/7555
Author: kindlmann
Date: 2025-09-30 23:32:00 +0000 (Tue, 30 Sep 2025)
Log Message:
-----------
filled in info about how to learn about the Teem build
Modified Paths:
--------------
teem/trunk/src/unrrdu/built.c
Modified: teem/trunk/src/unrrdu/built.c
===================================================================
--- teem/trunk/src/unrrdu/built.c 2025-09-30 23:23:25 UTC (rev 7554)
+++ teem/trunk/src/unrrdu/built.c 2025-09-30 23:32:00 UTC (rev 7555)
@@ -23,9 +23,11 @@
#define INFO "Configuration and platform parameters of this \"unu\""
static const char *_unrrdu_builtInfoL
= (INFO ". Not every configuration/compilation choice made when building Teem "
- " matters for nrrd and the other libraries that \"unu\" depends on; "
- "see output of \"XXXX HEY WUT? XXXX\" for a view of those. "
- "This documents things visible to \"unu\".");
+ "matters for nrrd and the other libraries that \"unu\" depends on. "
+ "The CMake-generated teem-install/lib/pkgconfig/teem.pc and "
+ "teem-install/bin/teem-config offer a more complete account of "
+ "what this (whole) Teem build depends on. "
+ "This command only documents things visible to \"unu\".");
static int
unrrdu_builtMain(int argc, const char **argv, const char *me, hestParm *hparm) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|