Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 215 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 215 Bytes

Building for ZeroVM

Prerequisite: install toolchain from zerovm/toolchain

Then run:

./configure --host=x86_64-nacl --prefix=$ZVM_PREFIX/x86_64-nacl
make
make install