Skip to content

Commit 34ad3e7

Browse files
committed
update to latest Tinker, Java 8 and Java3D versions
1 parent 0aff3c7 commit 34ad3e7

File tree

381 files changed

+1434
-4544
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

381 files changed

+1434
-4544
lines changed

README.md

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,13 @@
22

33
<H2><B>Introduction</B></H2>
44

5-
The Tinker-FFE ("Force Field Explorer") software is a Java-based GUI for
6-
molecular design and engineering, originally written by Prof. Michael J.
7-
Schnieders, now in the Department of Biomedical Engineering at the University
8-
of Iowa. In addition to a variety of general molecular modeling and
9-
visualization capabilities, Tinker-FFE enables launch and control of Tinker calculations from an easy-to-use graphical interface. Molecular and
10-
biomolecular structures can be downloaded from the PubChem, NCBI and PDB
11-
databases. The Tinker-FFE package runs on Linux, Macintosh and Windows
12-
systems.
5+
The Tinker-FFE ("Force Field Explorer") software is a Java-based GUI for molecular design and engineering, originally written by Prof. Michael J. Schnieders, now in the Department of Biomedical Engineering at the University of Iowa. In addition to a variety of general molecular modeling and visualization capabilities, Tinker-FFE enables launch and control of Tinker calculations from an easy-to-use graphical interface. Molecular and biomolecular structures can be downloaded from the PubChem, NCBI and PDB databases. The Tinker-FFE package runs on Linux, Macintosh and Windows systems.
136

147
<H2><B>Installation Kits</B></H2>
158

16-
Pre-built installation kits for the Tinker-FFE package can be found at
17-
https://dasher.wustl.edu/tinker/, and are available for Linux, Macintosh and
18-
Windows computers. Tinker-FFE contains an embedded version of the full Tinker
19-
software package, modified to provide for socket communication between Tinker
20-
and the Tinker-FFE GUI via Java sockets. Unless you wish to develop Tinker-FFE,
21-
we recommend use of these kits since the build process is rather involved.
9+
Pre-built installation kits for the Tinker-FFE package can be found at https://dasher.wustl.edu/tinker/, and are available for Linux, Macintosh and Windows computers. Tinker-FFE contains an embedded version of the full Tinker software package, modified to provide for socket communication between Tinker and the Tinker-FFE GUI via Java sockets. Unless you wish to develop Tinker-FFE, we recommend use of these kits since the build process is rather involved.
2210

2311
<H2><B>Build Process</B></H2>
2412

25-
The Tinker-FFE project builds installer kits using the
26-
<A HREF="https://www.ej-technologies.com/products/install4j/overview.html">
27-
Install4j Multi-Platform Java Installer Builder</A>. Other requirements
28-
include a Java 8 JRE to embed with the installer, Ant, and C/C++/Fortran
29-
compilers (the GNU compiler suite is recommended). The graphics engine for
30-
FFE uses Java3D and the FFE console requires groovy; both packages are
31-
provided with this development repository. To begin the build procedure,
32-
see the 0README file in the /build directory of the repository.
33-
34-
![alt text](https://github.com/TinkerTools/Tinker-FFE/blob/release/other/install4j/icon-large.png?raw=true)
13+
The Tinker-FFE project builds installer kits using the Install4j multi-platform Java installer builder. Other requirements include a Java 8 JRE to embed with the installer, Ant, and C/C++/Fortran compilers (the GNU compiler suite is recommended). The graphics engine for FFE uses Java3D and the FFE console requires groovy; both packages are provided with this development repository. To begin the build procedure, see the 0README file in the /build directory of the repository.
3514

build/build.log-linux

Lines changed: 790 additions & 644 deletions
Large diffs are not rendered by default.

build/build.log-macos

Lines changed: 182 additions & 46 deletions
Large diffs are not rendered by default.

build/build.log-windows

Lines changed: 243 additions & 102 deletions
Large diffs are not rendered by default.

build/kits/build_8.8.11.log.gz

35 Bytes
Binary file not shown.

build/kits/build_8.8.21.log.gz

675 Bytes
Binary file not shown.

build/kits/build_8.8.31.log.gz

46 Bytes
Binary file not shown.

build/kits/error_8.8.21.log.gz

1.48 KB
Binary file not shown.

build/kits/error_8.8.31.log.gz

73 Bytes
Binary file not shown.

build/linux-ffe-only.ant.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<project basedir="." default="make" name="Force Field Explorer for Linux">
33

44
<tstamp />
5-
<property file="tools.properties" />
65
<property name="platform" value="linux" />
76
<buildnumber file="${platform}.build.number" />
87
<property name="version" value="8.8" />

0 commit comments

Comments
 (0)