|
From: <kin...@us...> - 2025-08-21 06:18:14
|
Revision: 7321
http://sourceforge.net/p/teem/code/7321
Author: kindlmann
Date: 2025-08-21 06:18:13 +0000 (Thu, 21 Aug 2025)
Log Message:
-----------
description of (VERY UNFINISHED) non-CMake build organization
Modified Paths:
--------------
teem/trunk/README.txt
Modified: teem/trunk/README.txt
===================================================================
--- teem/trunk/README.txt 2025-08-21 06:16:59 UTC (rev 7320)
+++ teem/trunk/README.txt 2025-08-21 06:18:13 UTC (rev 7321)
@@ -75,11 +75,10 @@
* data/
Small reference datasets; more may be added for testing
-* arch/
- When using the old GNU make system, objects and binaries are put
- in the cygin, darwin.32, linux.32, etc, architecture-dependent
- subdirectories, with a name which exactly matches valid settings
- for the environment variable TEEM_ARCH. Within these directories are:
+* built/
+ The old GNU make system (non-CMake) puts things here:
+ * include/
+ the headers
* lib/
all libraries put both their static/archive (.a) and
shared/dynamic (.so) library files here (such as libnrrd.a)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|