You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The posted installation steps for manually installing the CloudABI toolchain with the cloudabi-run utility in Debian/Ubuntu, omits some important requirements:
yaml2argdata headers need to be installed.
arpc needs to be installed.
The libyaml-cpp-dev package needs to be installed.
python3 needs to be installed.
pypeg2 needs to be installed.
etc.
Without these steps, cloudabi-utils fails to compile. Many of these additional steps are documented in the Dockerfile, but have not been copied to the plain vanilla Debian/Ubuntu documentation.
Could we move these commands to a standalone shell script, and have both the Dockerfile and the documentation point to that, to keep everything in sync?
The text was updated successfully, but these errors were encountered:
The posted installation steps for manually installing the CloudABI toolchain with the cloudabi-run utility in Debian/Ubuntu, omits some important requirements:
Without these steps, cloudabi-utils fails to compile. Many of these additional steps are documented in the Dockerfile, but have not been copied to the plain vanilla Debian/Ubuntu documentation.
Could we move these commands to a standalone shell script, and have both the Dockerfile and the documentation point to that, to keep everything in sync?
The text was updated successfully, but these errors were encountered: