views:

181

answers:

2

Considering there is no Mozilla related engines installed on a linux machine. What are the specific libraries or engines needed to successfully install Spidermonkey?

A: 

Having built Spidermonkey myself some time ago, I think there are actually no dependencies other than the standard clib and some posix stuff for things like the JS URI Objects.

There's the Mozilla Linux Build Prerequisites, if you want to build it as part of the mozilla tree, although the actual dependencies of Spidermonkey are considerably less.

heeen
I don't think it needs to be part of a Mozilla. I am working on a very resource-limited machine thats why I want to know what are the needed libraries to be able to compile Spidermonkey to become a library. I want to make a C application that uses Spidermonkey for its Javascript capability.
giantKamote
A: 

I don't think it needs to be part of a Mozilla. I am working on a very resource-limited machine thats why I want to know what are the needed libraries to be able to compile Spidermonkey to become a library. I want to make a C application that uses Spidermonkey for its Javascript capability.

giantKamote