Skip to content

AlmightyFrog/BuildEnvironmentATCMiThermometer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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.

It shall work on both Linux and macOS with following dependencies installed:

  • curl
  • docker
  • git
  • sed

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