zippy / ceptr

(a recomposable medium for distributed social computing) || (semantic self-describing protocol stacks)
http://ceptr.org
GNU General Public License v3.0
88 stars 17 forks source link

use autotools to fix Make #156

Open zippy opened 7 years ago

zippy commented 7 years ago

currently compilation on OS X is broken because of our homegrown Makefile. To fix this, we should be using atutoconf and automake to generate a standard configure script which users can then use to build install and build/test/install on their own systems.