Skip to content

hosek/BuildEnvironmentATCMiThermometer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build environment setup for ATC_MiThermometer

This is a tc32_gcc custom tailored build environment for https://github.com/atc1441/ATC_MiThermometer according to referenced instructions there for linux but in a docker container.

00_bootstrap.sh does only need to be run once which does multiple things

Afterwards you can simply use 01_make.sh to compile ATC_MiThermometer. If you want you can also add parameter like "./01_make.sh clean" to it.

There is also 02_tc32_shell.sh which opens the docker container build environment as a shell.

Please note, that UID and GID of the docker build can be altered as parameter, default is 1000:1000. The build environment itself is generic, so you also might want to check out your own project besides ATC_MiThermometer and use it with adapted path in make command.

About

Build environment setup for ATC_MiThermometer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 64.5%
  • Dockerfile 35.5%