CADTools is written in ANSI C, and is portable to all platforms supported by Agar. As with any Agar application, the hardware-accelerated OpenGL display mode is strongly recommended.
Since it is still in the alpha stage, CADTools is currently only available via Subversion:
- Subversion: https://dev.csoft.net/cadtools
- SourceForge Download Area (Project Page)
After downloading a package, check that the SHA-256
checksum matches
the package's .md5
file.
CADTools packages are signed by Julien Nadeau Carriere (vedge@csoft.net
).
Get this KEYS file along with the package's
.asc
signature, and verify using a tool such as
gpg:
$ wget https://libagar.org/KEYS $ gpg --import KEYS $ wget https://stable.hypertriton.com/cadtools/cadtools-1.0.tar.gz.asc $ gpg --verify cadtools-1.0.tar.gz.asc
The fingerprints should match:
71AB 5949 2159 9198 AD5E 587C 33CA 9C83 A9EE 5206 D810 5851 EA43 4F14 BB9C 7A17 9417 3E3D E08C 7015
BSDBuild is
a BSD-style build system which provides useful make libraries as well
as the ability to generate GNU-compatible configure scripts.
It's not necessary to install BSDBuild in order to build cadtools.
BSDBuild is needed to regenerate the configure
script from
configure.in
sources.
Users of the Vim editor may
find the following
syntax file
helpful when developing with cadtools.
Users of valgrind may find this
suppression file
useful (FreeBSD).