-
Notifications
You must be signed in to change notification settings - Fork 32
Home
###Current Status
Currently Node9 compiles and runs on OSX and is being enabled for native compilation on Linux, BSD and Windows with eventual cross-compilation to the Android NDK. We appreciate your patience in these early days. There are lot of platform build and functional changes being applied.
Update: 06/28/2015
I've just completed and uploaded the changes for the linux/gcc port. There were a fair number of things that OSX/clang just didn't care about or ignore while GCC barfed on them. While clang/llvm was a lot more anal-retentive by default with the source code, the gcc/ld link-loader conventions required a fair number of modifications to support a relatively exotic mix of static and dynamic linking.
Please refer to the hackers guide for information about porting to new platforms. Currently we need people to checkout and build on OSX and Linux 64 bit. We also need people to try porting to the BSDs and Windows 64-bit.