Skip to content

smackers/smack-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SMACK Images

This repository contains scripts to build Docker images for SMACK.

To run SMACK from a pre-build Docker container, just download the vsmack script and put it in your executable path, ensure Docker is installed, and run vsmack directly on your source files. For example,

# fetch vsmack and set executable permission
wget -O ~/bin/vsmack https://raw.githubusercontent.com/smackers/smack-images/master/bin/vsmack
chmod u+x ~/bin/vsmack

# fetch a source file
wget https://raw.githubusercontent.com/smackers/smack/master/test/basic/simple.c

# run vsmack
vsmack simple.c

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages