Skip to content

asdfish/orchestra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

orchestra

c string library

Building

git clone https://github.com/asdfish/orchestra --depth=1
cd orchestra
make

There are preprocessor flags that you can change before you compile, see documentation for more details.

Usage

cc -Lorchestra -lorchestra -Iorchestra/include

If orchestra is cloned to a different directory, change -L and -I to the location of the repository.

Documentation

See DOCUMENTATION.md.