archive- / depy

A simple (silly) dependency manager for C!
MIT License
0 stars 0 forks source link

Depy

A simple (silly) dependency manager for C! (Super alpha / exploratory version!)

(The goal is to have depy written in shell to remove the ruby dependency, but until then...)

Installation

gem install depy

How to Use

dep 'uthash'

At this point, depy will download all the dependencies' sources into ./deps add the appropriate make targets to the ./deps/Makefile, and update the -I, -L, -l CFLAGS inside of ./Makefile.

With a simple #include <uthash.h>, you should be ready to make and use the dependency!

Goals / TODO