Menu

Tree [b919af] default tip /
 History

Read Only access


File Date Author Commit
 data 2020-07-04 D Haley D Haley [412cc1] * Fix installation issues during win build
 docs 2020-07-04 tehuser tehuser [e7c015] * Merge
 extras 2020-05-10 tehuser tehuser [f2e530] * Update to internal 2cdf51c47f2b
 m4 2021-11-14 tehuser tehuser [fe2cbe] Import debian patches for bashism fixes, and FT...
 packaging 2020-07-07 tehuser tehuser [4709f1] * Merge patches from debian, remove from packag...
 src 2021-11-15 tehuser tehuser [b919af] Fix compilation under debian bullseye
 test 2019-01-09 tehuser tehuser [d9d040] * Fixes for dogtail tests.
 translations 2020-07-04 tehuser tehuser [e7c015] * Merge
 .hgtags 2020-07-04 tehuser tehuser [094820] Added tag 3Depict-0.0.23 for changeset ddc58624...
 COPYING 2010-08-08 D Haley D Haley [1d9346] * Import 0.0.1 from internal rev 351
 ChangeLog.txt 2020-07-07 D Haley D Haley [16dda4] * Fix changelog date
 Makefile.am 2015-02-22 tehuser tehuser [5e0b14] * Update to internal 23b12b036df8
 Makefile.in 2020-05-10 tehuser tehuser [f2e530] * Update to internal 2cdf51c47f2b
 README 2016-04-24 tehuser tehuser [1bbaae] * Update to internal 2463:dd4acd9cbcd7
 acinclude.m4 2015-02-22 tehuser tehuser [5e0b14] * Update to internal 23b12b036df8
 aclocal.m4 2020-05-10 tehuser tehuser [f2e530] * Update to internal 2cdf51c47f2b
 compile 2019-01-06 tehuser tehuser [bbf8d7] * Update to internal 58185888032e
 config.guess 2019-01-06 tehuser tehuser [bbf8d7] * Update to internal 58185888032e
 config.h.in 2020-02-25 tehuser tehuser [ef0dad] * Import patch from https://sourceforge.net/p/t...
 config.rpath 2015-02-22 tehuser tehuser [5e0b14] * Update to internal 23b12b036df8
 config.sub 2019-01-06 tehuser tehuser [bbf8d7] * Update to internal 58185888032e
 configure 2020-07-04 tehuser tehuser [ddc586] * Fix compilation error with chrono under certa...
 configure.ac 2021-11-14 tehuser tehuser [fe2cbe] Import debian patches for bashism fixes, and FT...
 depcomp 2019-01-06 tehuser tehuser [bbf8d7] * Update to internal 58185888032e
 install-sh 2019-01-06 tehuser tehuser [bbf8d7] * Update to internal 58185888032e
 missing 2019-01-06 tehuser tehuser [bbf8d7] * Update to internal 58185888032e

Read Me

If you want the manual, or a "how to use" for this program, See the web
page for the latest documentation, at http://threedepict.sourceforge.net.

Most users should obtain a "binary" version from the website. If you are
trying to build from source, the webpage is recommended, but otherwise,
install the required dependencies (see website for more details) and then,
from the command-line run:

./configure 
make 
make install

to build the default-mode (single-threaded, debug on ) program. 

Interesting configure flags (see "./configure --help" for more options):

--enable-openmp-parallel : Enable multi-CPU mode (for multi-CPU sections
 				of the program) via the "openMP" framework
--disable-debug-checks : Disable debug checks. This makes the program
				much faster, but less likely to catch
				program bugs
--disable-ubsan : Disable undefined behaviour santiser. Makes the program
			go faster, but undefined program behaviour (bugs)
			will not be as readily detected
--enable-experimental-cpp11 : Enables experimental C++11 support.

Some Dependencies:
	libxml2
	qhull
	gsl
	ftgl 
	mathgl
	libpng
	wxwidgets
	gettext
	vigra
	

	Remember, for dependencies under linux platforms you must install
	the -dev, or -devel packages, in order to allow compilation

	For those with no idea how to install the dependencies, you can
	*try* running the "getDeps.sh" script in the packaging/deps/
	folder, but it is not guaranteed to work on your system.

	For those under Windows, we recommend to install a different
	OS (eg debian, ubuntu - maybe in a Virtual machine) then
	"cross-compile". This is not trivial, but you can look at the
	deps/mingw-debian-cross/bootstrap.sh script as a starting point.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.