We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
** THIS GUIDE IS NOT COMPLETE **
CentOS 6 has quite an old set of dependencies which must be updated before we can build libjsapi. First we must install GCC 4.4.7:
libjsapi
sudo yum install gcc gcc-c++ make autoconf
Now we need to install GCC 4.9.2:
sudo yum install libmpc-devel mpfr-devel gmp-devel curl ftp://ftp.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-4.9.2/gcc-4.9.2.tar.bz2 -O tar xvfj gcc-4.9.2.tar.bz2 cd gcc-4.9.2.tar.bz2 ./configure --disable-multilib --enable-languages=c,c++ make -j 4 sudo make install
Now we need Python 2.7:
sudo yum install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel wget --no-check-certificate https://www.python.org/ftp/python/2.7.6/Python-2.7.6.tar.xz tar xf Python-2.7.6.tar.xz cd Python-2.7.6 ./configure --prefix=/usr/local make sudo make altinstall
Home
Getting Started
Contexts
Scripts
JSAPI Types
libjsapi Types
Building
CentOS 6
CentOS 7
Debian 8.0
Fedora 21
Ubuntu 12.0
Ubuntu 15.0
MacOS
Examples
Hello World
Square
Object
DynamicObject
DynamicArray
Mandelbrot