Download

The source code for se is in the public domain and available for download below. It compiles and runs on many platforms. To compile it you will need a C compiler, shell, make, and terminal library. The hyperlinked software packages are by no means your only options. se also builds with clang, BSD variants of make, most shells, and other terminal libraries.

Current Release

Version Release Date Download File md5sum

3.0.1

March 24, 2013

se-3.0.1.tar.gz

1591fbb514729f846a4f12bdc45ee600

Installation Instructions

se uses autotools to provide a standard configure script. After extracting the files from the gzip'd tar file, just configure the build environment, build se, and install the resulting binaries, man pages, and help files using these commands:

 # wget http://se-editor.org/dist/se-3.0.1.tar.gz
 # tar zvxf se-3.0.1.tar.gz
 # cd se-3.0.1/
 # ./configure
 # make
 # make install

git Repository

This project uses the git source code management system to maintain a history of the code changes. There is a public repository on github. The URL is as follows: git://github.com/screen-editor/se.git The pretty web interface is at the following URL: https://github.com/screen-editor/se To clone the latest development sources and build se, run the following commands:

# git clone git://github.com/screen-editor/se.git
# cd se
# autoreconf -i
# ./configure
# make
# make install

Historical Releases

Version Release Date Download File md5sum

3.0

March 6, 2013

se-3.0.tar.gz

b080a5377b95d989e14ad01b0d25e33a

2.2

September 22, 1987

se-2.2.tar.gz

1bef0738c9e5a2a61869d2ea0d7b1c55

2.1

February 3, 1987

se-2.1.tar.gz

dc36c60d128a1713a96014e0ab526148

2.0

January 26, 1987

se-2.0.tar.gz

c98b883874dea4f04c29675add58547a

1.0

December 1, 1986

se-1.0.tar.gz

eae650294310e8c0a4e65edd88293c40