HLA (High Level Assembly) on Linux and macOS is pain, and this Docker container will give us a space to compile and run HLA codes (a.k.a. development environment).
Shell knowledge is required docker-hla
to use; however, you can follow /docs
to understand some of the magic of the shell.
Well, maybe, you don't want to download Docker, but I encourage you to download because your x86_64 system will have x86 packages and you can end up a dependency hell.
- Docker CE 18.02+
Clone this git repository via a git client or download an tarball archive from
GitHub. If you want to use latest version of container, please use master
branch, but it can be broken. So, consider to use tags
which they will stay
stable, always.
Now, you can start to read usage.md.
docker-hla
is licensed under the MIT License - see the LICENSE file
for details.