close
Warning:
Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Jul 17, 2020, 12:00:31 PM (5 years ago)
- Author:
-
pradeep
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v30
|
v31
|
|
25 | 25 | For more details, see [wiki:Software]. |
26 | 26 | |
27 | | == Latest development Release (TOL 3.5 for Ubuntu 18) == |
| 27 | == TOL 3.5 == |
28 | 28 | |
29 | | The TOL 3.5 is the latest development release. The version 3.5 contains TOL-core and TOL-gui combined in a single deb package. |
| 29 | The TOL 3.5 is the latest development release for Ubuntu 18.04 LTS (Bionic Beaver) 64-bits. it is still under testing for Ubuntu 18.04. |
30 | 30 | |
31 | | == Development Release (TOL 3.4) == |
| 31 | === Download TOL 3.5 for Linux === |
32 | 32 | |
33 | | The development TOL version is 3.4. |
| 33 | The TOL 3.5 is in one component. It contains TOL-core and TOL-gui combined into a single deb package. |
| 34 | |
| 35 | ==== Debian-based files ==== |
| 36 | |
| 37 | __'''TOL 3.5 for Ubuntu 18.04 LTS (Bionic Beaver) 64-bits'''__ |
| 38 | |
| 39 | || '''Component''' || '''Installer''' || '''Notes''' || |
| 40 | || tol-3.5 (core and gui) || [http://www.tol-prj.org/packages/linux/ubuntu/bionic/tol-3.5-ubuntu.18.04.x86_64.deb tol-3.5-ubuntu.18.04.x86_64.deb] || '''New! ''' [[BR]] for Ubuntu 18.04 LTS 64-bits || |
| 41 | |
| 42 | To install the TOL 3.5 .deb file and its dependencies, do: |
| 43 | {{{ |
| 44 | sudo dpkg -i tol-3.5-ubuntu.18.04.x86_64.deb |
| 45 | sudo apt-get -f install |
| 46 | }}} |
| 47 | |
| 48 | To uninstall, do: |
| 49 | {{{ |
| 50 | sudo dpkg -r tol-3.5 |
| 51 | sudo apt-get autoremove |
| 52 | }}} |
| 53 | |
| 54 | == TOL 3.4 == |
34 | 55 | |
35 | 56 | 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]. |
36 | 57 | |
37 | | === Download TOL for Windows === |
| 58 | === Download TOL 3.4 for Windows === |
38 | 59 | |
39 | 60 | || '''Platform''' || '''Installer''' || '''Notes''' || |
40 | 61 | || 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!|| |
41 | 62 | |
42 | | == Latest Release (TOL 3.3) == |
| 63 | === Download TOL 3.4 for Linux === |
43 | 64 | |
44 | | The latest stable TOL version is 3.3. |
| 65 | The TOL 3.4 installation for Linux are in three components: |
| 66 | * '''tol-core''': TOL Minimal installation. Includes the console applications: tolcon and tolsh. See: [wiki:Software]. |
| 67 | * '''tol-gui''': TOL Graphical User Interface. Includes tolbase. See: [wiki:Software#TOLBase]. |
| 68 | * '''tol-headers''': C/C++ headers for development purposes. |
45 | 69 | |
46 | | It arises from the development version 3.2. From TOL.2 onwards, even minor versions are for development and odd ones for releases. |
| 70 | ==== Debian-based files ==== |
| 71 | |
| 72 | __'''TOL 3.4 for Ubuntu 16.04 LTS (Xenial Xerus) 64-bits'''__ |
| 73 | |
| 74 | || '''Component''' || '''Installer''' || '''Notes''' || |
| 75 | || tol-core || [http://www.tol-prj.org/packages/linux/ubuntu/xenial/tol-3.4-ubuntu.16.04.x86_64-core.deb tol-3.4-ubuntu.16.04.x86_64-core.deb] || Mandatory || |
| 76 | || tol-gui || [http://www.tol-prj.org/packages/linux/ubuntu/xenial/tol-3.4-ubuntu.16.04.x86_64-gui.deb tol-3.4-ubuntu.16.04.x86_64-gui.deb] || Recommended || |
| 77 | || tol-headers || [http://www.tol-prj.org/packages/linux/ubuntu/xenial/tol-3.4-ubuntu.16.04.x86_64-headers.deb tol-3.4-ubuntu.16.04.x86_64-headers.deb] || Optional || |
| 78 | |
| 79 | __'''TOL 3.4 for Ubuntu 14.04 LTS (Trusty Tahr) 64-bits'''__ |
| 80 | |
| 81 | || '''Component''' || '''Installer''' || '''Notes''' || |
| 82 | || 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 || |
| 83 | || 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 || |
| 84 | || 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 || |
| 85 | |
| 86 | == TOL 3.3 == |
| 87 | |
| 88 | The TOL version 3.3 is a stable release. It arises from the development version 3.2. |
47 | 89 | |
48 | 90 | 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]. |
49 | 91 | |
50 | | === Download TOL for Windows === |
| 92 | === Download TOL 3.3 for Windows === |
51 | 93 | |
52 | 94 | || '''Platform''' || '''Installer''' || '''Notes''' || |
… |
… |
|
62 | 104 | }}} |
63 | 105 | |
64 | | === Download TOL for Linux === |
| 106 | === Download TOL 3.3 for Linux === |
65 | 107 | |
66 | | The TOL version 3.5 installation for Ubuntu 18.04 is in one component. |
67 | | |
68 | | The TOL (version 3.4, 3.3 and 3.2) installation for Linux are in three components: |
| 108 | The TOL 3.3 installation for Linux are in three components: |
69 | 109 | * '''tol-core''': TOL Minimal installation. Includes the console applications: tolcon and tolsh. See: [wiki:Software]. |
70 | 110 | * '''tol-gui''': TOL Graphical User Interface. Includes tolbase. See: [wiki:Software#TOLBase]. |
… |
… |
|
73 | 113 | ==== Debian-based files ==== |
74 | 114 | |
75 | | The following .deb file is created for Ubuntu 18.04 LTS (Bionic Beaver) 64-bits. The TOL 3.5 is still under testing for Ubuntu 18.04. |
76 | | |
77 | | __'''TOL 3.5 for Ubuntu 18.04'''__ |
78 | | |
79 | | || '''Component''' || '''Installer''' || '''Notes''' || |
80 | | || tol-3.5 (core and gui) || [http://www.tol-prj.org/packages/linux/ubuntu/bionic/tol-3.5-ubuntu.18.04.x86_64.deb tol-3.5-ubuntu.18.04.x86_64.deb] || '''New! ''' [[BR]] Development version 3.5 for Ubuntu 18.04 64-bit || |
81 | | |
82 | | The following .deb files were created and tested for Ubuntu 16.04 LTS (Xenial Xerus) 64-bits. |
83 | | |
84 | | __'''TOL 3.4 for Ubuntu 16.04'''__ |
85 | | |
86 | | || '''Component''' || '''Installer''' || '''Notes''' || |
87 | | || tol-core || [http://www.tol-prj.org/packages/linux/ubuntu/xenial/tol-3.4-ubuntu.16.04.x86_64-core.deb tol-3.4-ubuntu.16.04.x86_64-core.deb] || Mandatory || |
88 | | || tol-gui || [http://www.tol-prj.org/packages/linux/ubuntu/xenial/tol-3.4-ubuntu.16.04.x86_64-gui.deb tol-3.4-ubuntu.16.04.x86_64-gui.deb] || Recommended || |
89 | | || tol-headers || [http://www.tol-prj.org/packages/linux/ubuntu/xenial/tol-3.4-ubuntu.16.04.x86_64-headers.deb tol-3.4-ubuntu.16.04.x86_64-headers.deb] || Optional || |
90 | | |
91 | | |
92 | | The following .deb files were created and tested for Ubuntu 14.04 LTS (Trusty Tahr) 64-bits. |
93 | | |
94 | | __'''TOL 3.4 for Ubuntu 14.04'''__ |
95 | | |
96 | | || '''Component''' || '''Installer''' || '''Notes''' || |
97 | | || 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 || |
98 | | || 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 || |
99 | | || 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 || |
100 | | |
101 | | |
102 | | __'''TOL 3.3 for Ubuntu 14.04'''__ |
| 115 | __'''TOL 3.3 for Ubuntu 14.04 LTS (Trusty Tahr) 64-bits'''__ |
103 | 116 | |
104 | 117 | || '''Component''' || '''Installer''' || '''Notes''' || |
… |
… |
|
126 | 139 | |
127 | 140 | The following .rpm files were created and tested for Fedora 20 for 64-bits. |
| 141 | |
| 142 | __'''TOL 3.3 for Fedora 20 64 bits'''__ |
128 | 143 | |
129 | 144 | || '''Component''' || '''Installer''' || '''Notes''' || |