[Pas2js] how to build The latest Pas2js compiler from trunk on windows

Michael Van Canneyt michael at freepascal.org
Sun Aug 23 14:30:22 CEST 2020



On Sun, 23 Aug 2020, Mgr. Janusz Chmiel wrote:

> Does somebody of use have .cmd or .bat file which can be used to build
> Pas2js for windows from The latest trunk branch?

You must simply execute

make all

on the command-line in the toplevel directory of the pas2js SVN checkout
directory.

It is all that is needed to compile pas2js.

If you do not have make (it's installed with fpc/lazarus, so you should have it)

you can do

fpc fpmake.pp

and then

fpmake compile

This is simply what the makefile does for you.

Michael.


More information about the Pas2js mailing list