Skip to content

desiderantes/stew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stew Build Status

An easy to use build system. Designed to be make/autotools for the 21st century.

Installation

If you got stew already, just run stew on the project folder. Else, you can run:

  make LIBRARY_DIRECTORY=/usr/lib/x86_64-linux-gnu/
  make install

Usage

TODO: Write usage instructions

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

Stew is a fork of Bake, a creation of Robert Ancell.

License

Stew is licensed under GPLv3+.