gyuque / livizjs

Interactive Graphviz in javascript
204 stars 20 forks source link

Hi there, thanks for sharing livizjs. #3

Open synthesizerpatel opened 12 years ago

synthesizerpatel commented 12 years ago

I made some changes in my branch that you might find useful. The summary is:

Pooled all the Makefiles into a single top-level Makefile that handles everything.

Highlights include:

* Easy management of exported functions for enscriptem

* Numerous tiny bug fixes to get llvm to be less mouthy about
  warnings.

* Building reliably with -O3 optimization enabled on OSX Mountain Lion

* New makefile targets for installing and zipping up a completed build

Caveats:

* I haven't tested this on Linux, it's possible that a couple of my
  header file changes might cause some hiccups. But, all in all
  given the amount of llvm warnings I got rid of, I doubt anyone
  will notice. :D

-Nathan Ramella / Synthesizer Patel (nar@hush.com)

nokoch commented 12 years ago

Very nice. I havent tested it out yet and I dont have so much time for my fork anymore, but I will certainly go on and deliver some new graphical stuff.

Thanks for that great tool!