critcl_sources(3tcl) | C Runtime In Tcl (CriTcl) | critcl_sources(3tcl) |
critcl_sources - Critcl - How To Get The Sources
Welcome to the C Runtime In Tcl, CriTcl for short, a system to build C extension packages for Tcl on the fly, from C code embedded within Tcl scripts, for all who wish to make their code go faster.
The audience of this document is anyone wishing to either have just a look at Critcl's source code, or build the packages, or to extend and modify them.
For builders and developers we additionally provide
respectively.
The official repository for Critcl can be found at http://andreas-kupries.github.com/critcl
Assuming that you simply wish to look at the sources, or build a specific revision, the easiest way of retrieving it is to:
For the curious (or a developer-to-be), the sources are managed by the Git SCM [http://www.git-scm.com]. Binaries for popular platforms can be found directly at its download page [http://www.fossil-scm.org/downloads].
With that tool available the full history can be retrieved via:
git clone http://github.com/andreas-kupries/critcl
cd critcl
Jean Claude Wippler, Steve Landers, Andreas Kupries
This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report them at https://github.com/andreas-kupries/critcl/issues. Ideas for enhancements you may have for either package, application, and/or the documentation are also very welcome and should be reported at https://github.com/andreas-kupries/critcl/issues as well.
C code, Embedded C Code, code generator, compile & run, compiler, dynamic code generation, dynamic compilation, generate package, linker, on demand compilation, on-the-fly compilation
Glueing/Embedded C code
Copyright (c) Jean-Claude Wippler Copyright (c) Steve Landers Copyright (c) 2011-2015 Andreas Kupries
3.1.17 | doc |