# 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
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
Installation Instructionsse 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 RepositoryThis 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
|