Skip to content
/ ksh Public
forked from ksh-community/ksh

ksh93 maintenance and development

License

Notifications You must be signed in to change notification settings

jghub/ksh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 65.9%
  • Shell 11.1%
  • Scilab 10.9%
  • Roff 6.2%
  • HTML 4.1%
  • Makefile 1.6%
  • Other 0.2%