core version 4.1.0
I was following this article to compile document server locally
http://helpcenter.onlyoffice.com/server ... -code.aspx
but i got this error,
../memorystream.h:39:16: fatal error: v8.h: No such file or directory
and after I install libv8-dev, i got another one
../memorystream.h:40:37: fatal error: libplatform/libplatform.h: No such file or directory
Did I miss something?