## Dowloading Findent

The bleeding edge is available here. The current version is YYYfindent-versionZZZ .

Note: the Chromium browser translates the character '~' into '\_' in the name of a downloaded file.

### Linux/OS-X source
   * Current version: [findent-YYYfindent-versionZZZ.tar.gz](YYYdZZZ/findent/findent-YYYfindent-versionZZZ.tar.gz)
   * Previous version: [findent-YYYfindent-prevZZZ.tar.gz](YYYdZZZ/findent/findent-YYYfindent-prevZZZ.tar.gz)

#### Installation

       tar xf findent-YYYfindent-versionZZZ.tar.gz
       cd findent-YYYfindent-versionZZZ  
       ./configure --prefix=/usr/local 

If you want findent to understand the ESOPE extensions
  (see [http://www-cast3m.cea.fr/html/esope/node1.html](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
   * Current versions: [findent-YYYfindent-versionZZZ.zip](YYYdZZZ/findent/findent-YYYfindent-versionZZZ.zip)  
   * Previous version: [findent-YYYfindent-prevZZZ.zip](YYYdZZZ/findent/findent-YYYfindent-prevZZZ.zip)

Extract the zip file and place findent.exe and wfindent.bat in a convenient place.

### On sourceforge

<img src="YYYdZZZ/sourceforge/findent/oss-community-choice-black.svg" alt="sourceforge favorite" width=80 height=80>
[![Download findent](https://a.fsdn.com/con/app/sf-download-button)](https://sourceforge.net/projects/findent/files/latest/download)

Previous versions are also available on [sourceforge](https://sourceforge.net/projects/findent/files/)

### Use your package manager

If you want to be on the safe side, install findent using your package manager, e.g. for
Debian-like distributions (Ubuntu, Linux mint, ...):

      apt install findent

Understandable, the distributions often do not offer the newest version 
or even do not offer findent at all.

