Build PlayCanvas engine

Hi ! everyone know PlayCanvas is an OpenSource, I 'm studying about OpenSource and I want to know how build PlayCanvas. I 've read GitHub - playcanvas/engine: Fast and lightweight JavaScript game engine built on WebGL and glTF , it only said :“uses the Python 2.7 and the Closure Compiler to build which requires Java”, anyone help me how to use it to build PlayCanvas ?

Hi,

You need to install Python 2.7 and install Java. (These may already be installed if you use a Mac or Linux).

Then from a terminal/command line run the build script in engine/build. From the engine root directory enter these commands:

cd build 
python build.py