Closed jschairb closed 10 years ago
Did you run make zpython? In order to get this sample working it's needed to have zpython folder inside of zerovm-samples/zshell/
Zshell depends on zpython 3 which is not supported right now. Zshell example will be revorked in the near future. Let's leave this issue here as open, but nothing can be done right now...
Ok, have just tried to build zshell sample. Succeded. Here's what i did:
cd zerovm-samples/zshell
git clone https://github.com/zerovm/zpython
make python
make
Few notes:
While attempting to build the ZeroVM samples the final sample fails to build. The error message says that zpython must be installed, although I have built zpython. I think it's likely that the zshell Makefile cannot find my copy of zpython, but it's unclear to me how to link it.
See the linked gist for sample output. https://gist.github.com/jschairb/ff4f344de42733bd1909