{{{ #!comment }}} {{{ #!div style="width:15%; float:left; clear:none; margin-right:1em; background:#ffb; border:1px solid #b00; padding-left:1em; padding-right:1em" [wiki:WikiStart Home] [[BR]] [[BR]] '''TOL''' [[BR]] [wiki:Software Software] [[BR]] [wiki:Download Download] [[BR]] [wiki:Installation Installation] [[BR]] [wiki:Packages Packages] [[BR]] [wiki:OTAN OTAN] [[BR]] [[BR]] '''TOL Project''' [[BR]] [wiki:About About TOL] [[BR]] [wiki:Manuals Manuals] [[BR]] [wiki:Development Development] [[BR]] [wiki:Rprojects R-Projects] [[BR]] [[BR]] '''Other Links''' [[BR]] [wiki:TracGuide Trac Guide] [[BR]] [wiki:WikiTree Wiki Tree] [[BR]] [http://mms.tol-prj.org MMS] }}} {{{ #!div style="margin-left:20%; margin-right:20%; padding-left:2em; padding-right:2em" {{{ #!comment }}} = Download = [[Image(source:tolp/trunk/tolbase/lib/toltk/images/tolbase.ico, width=80, align=right)]] Besides a command line interpreter, TOL provides a GUI (Graphical User Interface) called TOLBase useful for evaluating TOL code, editing TOL files and managing full projects written in TOL. For more details, see [wiki:Software]. == Development Release (TOL 3.4) == The current development TOL version is 3.4. Main changes correspond to the TOLBase application. Some characteristics of the tcl/tk GUI are replaced in order to adapt to the latest versions. For more details, see [wiki:WhatIsNewV33 what is new in TOL 3.4]. === Download TOL for Windows === || '''Platform''' || '''Installer''' || '''Notes''' || || Windows [[BR]](64-bits) || [http://www.tol-prj.org/packages/win64/tol-gnu-v3.4-win64.exe tol-gnu-v3.4-win64.exe] || '''New! ''' [[BR]] TOLBase for 64-bits included!|| == Latest Release (TOL 3.3) == The latest stable TOL version is 3.3. It arises from the development version 3.2. From TOL.2 onwards, even minor versions are for development and odd ones for releases. TOL 3.3 provides ''TOL+R'' compatibility and some efficiency enhancements. Also TOL 64-bits is available. For more details, see [wiki:WhatIsNewV33 what is new in TOL 3.3]. === Download TOL for Windows === || '''Platform''' || '''Installer''' || '''Notes''' || || Windows [[BR]](32-bits) || [http://www.tol-prj.org/packages/win32/tol-gnu-v3.3-win32.exe tol-gnu-v3.3-win32.exe] || '''Recommended''' || || Windows [[BR]](32-bits) || [http://www.tol-prj.org/packages/win32/tol-msvc-v3.3-win32.exe tol-msvc-v3.3-win32.exe] || MSVC compiled. [[BR]]TOL+R not compatible || || Windows [[BR]](64-bits) || [http://www.tol-prj.org/packages/win64/tolsh-gnu-v3.3-win64.exe tolsh-gnu-v3.3-win64.exe] || TOLBase not available. [[BR]]See version 3.4|| If you are looking for previous versions or releases see [wiki:Download#OtherVersionsReleases below]. {{{ #!div style="background:aliceblue; border: 1px solid navy; color:navy; padding-left:1em; margin-right:1em" See also the [wiki:Installation installation] instructions in order to benefit from all the TOL possibilities. }}} === Download TOL for Linux === The TOL installation for Linux is in three components: * '''tol-core''': TOL Minimal installation. Includes the console applications: tolcon and tolsh. See: [wiki:Software]. * '''tol-gui''': TOL Graphical User Interface. Includes tolbase. See: [wiki:Software#TOLBase]. * '''tol-headers''': C/C++ headers for development purposes. ==== Debian-based files ==== The following .deb files were created and tested for Ubuntu 14.04 LTS (Trusty Tahr) for 64-bits. __'''TOL 3.4'''__ || '''Component''' || '''Installer''' || '''Notes''' || || tol-core || [http://www.tol-prj.org/packages/linux/ubuntu/trusty/tol-3.4-ubuntu.14.04.x86_64-core.deb tol-3.4-ubuntu.14.04.x86_64-core.deb] || Mandatory || || tol-gui || [http://www.tol-prj.org/packages/linux/ubuntu/trusty/tol-3.4-ubuntu.14.04.x86_64-gui.deb tol-3.4-ubuntu.14.04.x86_64-gui.deb] || Recommended || || tol-headers || [http://www.tol-prj.org/packages/linux/ubuntu/trusty/tol-3.4-ubuntu.14.04.x86_64-headers.deb tol-3.4-ubuntu.14.04.x86_64-headers.deb] || Optional || __'''TOL 3.3'''__ || '''Component''' || '''Installer''' || '''Notes''' || || tol-core || [http://www.tol-prj.org/packages/linux/ubuntu/trusty/tol-3.3-ubuntu_14.04.amd64-core.deb tol-3.3-ubuntu_14.04.amd64-core.deb] || Mandatory || || tol-gui || [http://www.tol-prj.org/packages/linux/ubuntu/trusty/tol-3.3-ubuntu_14.04.amd64-gui.deb tol-3.3-ubuntu_14.04.amd64-gui.deb] || Recommended || || tol-headers || [http://www.tol-prj.org/packages/linux/ubuntu/trusty/tol-3.3-ubuntu_14.04.amd64-headers.deb tol-3.3-ubuntu_14.04.amd64-headers.deb] || Optional || To install the previous .deb files and their dependencies, do: {{{ sudo dpkg -i tol-3.3-ubuntu_14.04.amd64-core.deb sudo dpkg -i tol-3.3-ubuntu_14.04.amd64-gui.deb sudo dpkg -i tol-3.3-ubuntu_14.04.amd64-headers.deb sudo apt-get -f install }}} To uninstall them and the dependencies, do: {{{ sudo dpkg -r tol-headers sudo dpkg -r tol-gui sudo dpkg -r tol-core sudo apt-get autoremove }}} ==== RPM-based files ==== The following .rpm files were created and tested for Fedora 20 for 64-bits. || '''Component''' || '''Installer''' || '''Notes''' || || tol-core || [http://www.tol-prj.org/packages/linux/fedora/20/tol-3.3-fc20.x86_64-core.rpm tol-3.3-fc20.x86_64-core.rpm] || Mandatory || || tol-gui || [http://www.tol-prj.org/packages/linux/fedora/20/tol-3.3-fc20.x86_64-gui.rpm tol-3.3-fc20.x86_64-gui.rpm] || Recommended || || tol-headers || [http://www.tol-prj.org/packages/linux/fedora/20/tol-3.3-fc20.x86_64-headers.rpm tol-3.3-fc20.x86_64-headers.rpm] || Optional || To install the previous .rpm files, do: {{{ yum --nogpgcheck localinstall tol-3.3-fc20.x86_64-core.rpm yum --nogpgcheck localinstall tol-3.3-fc20.x86_64-gui.rpm yum --nogpgcheck localinstall tol-3.3-fc20.x86_64-headers.rpm }}} === Source Code === Source code is available to browse and download in the [source:tolp source section] of this trac. It can be downloaded with SVN, see [https://subversion.apache.org Subversion] and [https://tortoisesvn.net/ TortoiseSVN]. For compiling instructions in Windows, see [wiki:CompileMINGW32 Compile with MinGW-32]. == Other Versions & Releases == For previous versions and releases only Windows (32 bits) installers are available. === TOL for Windows (GNU GCC compiled) === With R compatibility. ||'''Date released'''||'''Release name''' ||'''Description''' ||'''Download''' ||'''Other binaries''' || || development || TOL 3.2 || ||[http://www.tol-prj.org/packages/win32/tol-gnu-v3.2-win32.exe Installer] ||[http://www.tol-prj.org/packages/win32/history/v3.2/ History] || === TOL for Windows (MSVC compiled) === || '''Date released''' || '''Release name''' || '''Description''' || '''Download''' || '''Other binaries''' || || development || TOL 3.2 || ||[http://www.tol-prj.org/packages/win32/tol-msvc-v3.2-win32.exe Installer] ||[http://www.tol-prj.org/packages/win32/history/v3.2/ History] || || 2012-02-16 || TOL 3.1||[wiki:"WhatIsNewV31" What was new] ||[http://www.tol-prj.org/packages/win32/tolbase-v3.1-setup.exe Installer] ||[http://www.tol-prj.org/packages/win32/history/v3.1/ History] || || development || TOL 2.0.2 || ||[http://www.tol-prj.org/packages/win32/history/v2.0.2/tolbase-v2.0.2_b.0.23.alpha_2012_01_24_23_51_32_i686_win-setup.exe Installer] || [http://www.tol-prj.org/packages/win32/history/v2.0.2/ History] || || 2011-05-03 || TOL 2.0.1||[wiki:"WhatIsNewV201" What was new] || [http://www.tol-prj.org/packages/win32/tolbase-v2.0.1-setup.exe Installer] ||[http://www.tol-prj.org/packages/win32/history/v2.0.1/ History] || || 2009-10-23 ||TOL 1.1.7.bridge|| [wiki:"WhatIsNewV117Bridge" What was new] || [http://www.tol-prj.org/packages/win32/tolbase-v1.1.7-bridge.setup.exe Installer] || || || 2009-02-25 ||TOL 1.1.7|| [wiki:"WhatIsNewV117" What was new] || [http://www.tol-prj.org/packages/win32/tolbase-v1.1.7-setup.exe Installer] || [http://www.tol-prj.org/packages/win32/history/v1.1.7/ History] || || 2007-11-13 ||TOL 1.1.6||[wiki:"WhatIsNewV116" What was new]||[http://www.tol-prj.org/packages/win32/tolbase-1.1.6-setup.exe Installer] || [http://www.tol-prj.org/packages/win32/history/v1.1.6/ History] || || 2007-02-22 ||TOL 1.1.5||[wiki:"WhatIsNewV115" What was new]||[http://www.tol-prj.org/packages/win32/tolbase-1.1.5-setup.exe Installer] || [http://www.tol-prj.org/packages/win32/history/v1.1.5/ History] || || 2006-11-11 ||TOL 1.1.4||[wiki:"WhatIsNewV114" What was new]||[http://www.tol-prj.org/packages/win32/tolbase-1.1.4-setup.exe Installer] || || || 2005-02-16 ||TOL 1.1.3||[wiki:"WhatIsNewV113" What was new]||[http://www.tol-prj.org/packages/win32/tolbase-1.1.3.exe Installer] || || || 2003-03-05 ||TOL 1.1.2||[wiki:"WhatIsNewV112" What was new]||[http://www.tol-prj.org/packages/win32/tolbase-1.1.2.exe Installer] || || || 2001-04-07 ||TOL 1.1.1||[wiki:"WhatIsNewV111" What was new]||[http://www.tol-prj.org/packages/win32/tolbase-1.1.1.exe Installer] || ||