|
|
|
@ -26,12 +26,12 @@ Prerequisites
|
|
|
|
- [Emscripten](http://emscripten.org) SDK, 1.38.10 and up,
|
|
|
|
- [Emscripten](http://emscripten.org) SDK, 1.38.10 and up,
|
|
|
|
please see the prerequisites and installation instructions at
|
|
|
|
please see the prerequisites and installation instructions at
|
|
|
|
<http://kripken.github.io/emscripten-site/docs/getting_started/downloads.html#installation-instructions>
|
|
|
|
<http://kripken.github.io/emscripten-site/docs/getting_started/downloads.html#installation-instructions>
|
|
|
|
- The build script has several CPAN dependencies. One way to install them
|
|
|
|
- The build script has several CPAN dependencies. You can install these
|
|
|
|
is using [lazy](https://metacpan.org/pod/lazy): first,
|
|
|
|
via [`cpanm`](https://metacpan.org/pod/App::cpanminus) and the provided
|
|
|
|
install "lazy", then run e.g. `perl -Mlazy build.pl --help`.
|
|
|
|
`cpanfile`: `cd` to the `build` directory, then run `cpanm --installdeps .`
|
|
|
|
Otherwise, the modules used by `build.pl` can be seen in
|
|
|
|
(Otherwise, see the `cpanfile` or the source of `build.pl` and install these
|
|
|
|
[its source](https://github.com/haukex/webperl/blob/master/build/build.pl)
|
|
|
|
modules with the installer of your choice. Another possibility is to use
|
|
|
|
grouped near the top of the file.
|
|
|
|
[`lazy`](https://metacpan.org/pod/lazy), e.g. `perl -Mlazy build.pl --help`)
|
|
|
|
- A working Internet connection is needed for installation and the first build.
|
|
|
|
- A working Internet connection is needed for installation and the first build.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|