Use autotools to build (#27)

* remove c3d/build

* autotools start

* ignore

* autoreconf? idk

* linux/osx gcc/clang

* no glut, need glew tho

* fix test matrix

* fix linux conditional includes?

* sdl makefile am

* SDL2 m4/autoconf

* idk more m4 crap

* ignore more junk

* ug

* go away idk

* renderer makefile

* fixing SDL's broken-ass sdl2.m4 lol

* progress

* cmake go away

* full autotools build working yay

* autogen script, readme update

* fix linux ifdefs

* stuff

* fix linux -ldl

* mac sdl dep for travis

* whoops

* brewwww

* no osx gcc

* no test

* kinda working linux library build

* travis apt packages

* ignore old SDL2 for travis

* typo

* autogen for osx build readme
This commit is contained in:
Mischa Spiegelmock
2018-02-09 14:25:54 -08:00
committed by GitHub
parent 826c918db1
commit 8eaa232dda
31 changed files with 246 additions and 148 deletions

View File

@ -16,7 +16,7 @@
#include <sstream>
#include <set>
#ifdef LINUX
#ifdef __linux__
extern "C"
{
#include <errno.h>