Dowloading Findent and Jfindent
The bleeding edge is available here. The current version is 4.2.7~pre3 .
Previous versions are available on sourceforge
Note: the Chromium browser translates the character '~' into '_' in the name of a downloaded file.
Findent
findent is available in the following formats:
-
Linux/OS-X source: findent-4.2.7~pre3.tar.gz
Installation:
tar xf findent-4.2.7~pre3.tar.gz cd findent-4.2.7~pre3 ./configure --prefix=/usr/local
If you want findent to understand the ESOPE extensions (see http://www-cast3m.cea.fr/html/esope/node1.html):
./configure --prefix=/usr/local --with-esope
make
make check # optional, runs comprehensive checks
sudo make install # for systems with sudo: Debian, UBUNTU, Linux MINT, ...
su -c 'make install' # for systems without sudo: Redhat, Scientifix Linux, ...
- Windows executable: findent-4.2.7~pre3.zip
Extract the zip file and place findent.exe and wfindent.bat in a convenient place.
Jfindent
jfindent, the graphical front end for findent, is available in the following formats:
-
Linux/OS-X source: jfindent-1.2.tgz
Installation:
tar xf jfindent-1.2.tgz cd jfindent-1.2 ./configure --prefix=/usr/local make sudo make install # for systems with sudo: Debian, UBUNTU, Linux MINT, ... su -c 'make install' # for systems without sudo: Redhat, Scientifix Linux, ...
-
Windows/Linux/OS X: jfindent-1.2.zip The zip file contains jfindent.jar.