ksh-community / ksh

ksh93 maintenance and development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ksh93

This repository is used to maintain ksh93, formerly developed by AT&T Software Technology (AST). The sources in this repository got extracted from the Github AST repository that is no longer under active development and are identical with the most recent commit. The full AST respository contains, besides ksh, many more [POSIX] tools (e.g. cpp, nmake, pax, ...), which are not maintained here.

For more details regarding the history of this repository have a look at docs/repo-boostrap.md .

Build

After cloning this repo, cd to the top directory of it and run:

./bin/package make

If you have trouble or want to tune the binaries, you may pass additional compiler and linker flags by appending it to the command shown above. E.g.:

./bin/package make \
    SHELL=/bin/bash CCFLAGS="-xc99 -D_XPG6 -m64 -xO4" LDFLAGS="-m64"

About

ksh93 maintenance and development

License:Eclipse Public License 1.0


Languages

Language:C 65.9%Language:Shell 11.1%Language:Scilab 10.9%Language:Roff 6.2%Language:HTML 4.1%Language:Makefile 1.6%Language:C++ 0.1%Language:Objective-C 0.1%