seanmorris / php-wasm

PHP in Browser, powered by WebAssembly.
https://seanmorris.github.io/php-wasm/
Apache License 2.0
606 stars 32 forks source link

Global install results in "No rule to make target 'image'" error #38

Closed ashooner closed 1 week ago

ashooner commented 5 months ago

To recreate, follow the readme instructions for build in place:

  1. $ npm install -g php-wasm (completes successfully)

  2. $ php-wasm image

results in: make: *** No rule to make target 'image'. Stop.

I've tried this on a MacOS host as well as a default gitpod workspace container with the same result.

ATLAbanana35 commented 5 months ago

Me too

jbreuer95 commented 1 month ago

same

kazzkzpk commented 1 month ago

Me too :(

seanmorris commented 1 week ago

@ashooner @ATLAbanana35 @jbreuer95 @kazzkzpk Sorry for the misstep there! You'll need to use the php-wasm-builder package for that. Things were getting a little too big for CDNs like unpkg & jsdeliver, so I had to break things up, but everything is still in one github repository.

The readme has been updated!