1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 11:42:21 +00:00
No description
Find a file
Siteshwar Vashisht 51670c7601 Fix build failures caused by update in glibc
Resolves: rhbz#1477082
2018-01-31 02:06:09 +01:00
bin Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
lib/package Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
src Fix build failures caused by update in glibc 2018-01-31 02:06:09 +01:00
README Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
README.md Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00

AST

This is the AT&T Software Technology (AST) toolkit from AT&T Research. It includes many tools and libraries, like KSH, NMAKE, SFIO, VMALLOC, VCODEX, etc. It also includes more efficient replacements for a lot of the POSIX tools. It was designed to be portable across many UNIX systems and also works under UWIN on Microsoft Windows (see UWIN repo on GitHub under att/uwin).

This software is used to build itself, using NMAKE. After cloning this repo, cd to the top directory of it and run:

./bin/package make

Almost all the tools in this package (including the bin/package script are self-documenting; run --man (or --html) for the man page for the tool.

(If you were used to the old AST packaging mechanism, on www.research.att.com, this repo is equivalent to downloading the INIT and ast-open packages and running: ./bin/package read on them).