|
From: <kin...@us...> - 2025-08-18 18:47:51
|
Revision: 7305
http://sourceforge.net/p/teem/code/7305
Author: kindlmann
Date: 2025-08-18 18:47:50 +0000 (Mon, 18 Aug 2025)
Log Message:
-----------
about Teem v2 simplifications
Modified Paths:
--------------
teem/trunk/arch/README.txt
Modified: teem/trunk/arch/README.txt
===================================================================
--- teem/trunk/arch/README.txt 2025-08-18 18:43:53 UTC (rev 7304)
+++ teem/trunk/arch/README.txt 2025-08-18 18:47:50 UTC (rev 7305)
@@ -1,9 +1,8 @@
+This used to contain many per-architecture sub-directories:
+ cygwin darwin.32 darwin.64 irix6.64 irix6.n32 linux.32 linux.amd64
+ linux.ia64 netbsd.32 netbsd.amd64 netbsd.ia64 solaris win32
-This directories work in conjunction with Teem's old GNUMakefiles to
-store object files, libraries, and executables. The win32 directory
-contains some additional sources and programs that are not actively
-supported.
-
-It is now (post Teem-1.9) recommended that Teem be built with Cmake.
-
-At some later release this subdirectory should disappear.
+that were used as destinations for Teem's (non-CMake) GNUMake build system.
+With Teem v2 that was greatly simplified, so now the GNUMake build system puts
+files right into this directory (creating bin/ include/ lib/ directories as
+needed). This is still used for Teem development and debugging.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|