Skip to content

tulinmola/cpctedocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

CPCtedocker

CPCtedocker is a simple CPCtelera installation dockerfile to be used as compilation and building environment without the need of installing anything in your system. This brights in environments where you cannot even install CPCtelera, like in the new Mac M1 computers.

Installation

Just build given dockerfile:

$ docker build -t cpctelera .

You can add given scripts to your shell path. This is an example if you are using zsh:

$ echo "export PATH=/path/to/this/folder/scripts:$PATH" >> ~/.zshrc

Use example

$ cpct_make foo
$ cd foo
$ cpct_make && cpct_rvm *.sna

Note that cpct_make is used instead make to avoid executing system's make, using CPCtelera docker file installation's one.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published