jvburnes / node9

A portable hybrid distributed OS based on Inferno, LuaJIT and Libuv
MIT License
408 stars 32 forks source link

Some changes for linux compilation #8

Closed keedon closed 9 years ago

keedon commented 9 years ago

I've fixed a few warnings and moved the compilation process on a bit. It now fails trying to compile the MacOSX platform files - I can't work out how to switch it to build the Linux platform instead.

Please take a look and see what you think

Keith

jvburnes commented 9 years ago

The new build process will be configurable for Linux, OSX, BSD and Windows. Currently it mostly works for OSX and Linux (with minor link tweak). No need to diverge yet. Sorry for the confusion.