JakuJ / Formal-Aspects-Docker

Docker image with RAISE tools for Apple M1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

formal-aspects-docker-runner

Getting started

  1. Download, install and run Docker from https://docs.docker.com/get-docker/
  2. Download rsltc_2.6.1-1_i386.deb from RAISE Tools / rsltc-for-Linux / rsltc_2.6.1-1_i386 into project folder
  3. Build and start container with docker-compose up -d
  4. Attach to the container with docker-compose exec rsl bash
  5. You can use rsltc and sml commands
  6. When you're done, exit and stop container with docker-compose down

Optionaly you can use VSCode for coding and running commands

Credit for the docker files: https://github.com/danielgaldev/

About

Docker image with RAISE tools for Apple M1


Languages

Language:Dockerfile 57.5%Language:Shell 42.5%