Skip to content

jaminmc/tsmuxer_build

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tsMuxer Build Dockerfile

Docker container to build tsMuxer.

Usage

Install

Pull jaminmc/tsmuxer_build from the Docker repository:

docker pull jaminmc/tsmuxer_build

Or build jaminmc/tsmuxer_build from source:

git clone https://github.com/jaminmc/tsmuxer_build.git
cd tsmuxer_build
docker build -t jaminmc/tsmuxer_build .

Run

This image is designed to build tsMuxer. So once you have the image, browse to the tsMuxer repository and run one of the following commands:

Linux

docker run -it --rm -v $(pwd):/workdir -w="/workdir" jaminmc/tsmuxer_build bash -c ". rebuild_linux_with_gui_docker.sh"

Windows 32-bit

docker run -it --rm -v $(pwd):/workdir -w="/workdir" jaminmc/tsmuxer_build bash -c ". rebuild_mxe32_with_gui_docker.sh"

Windows 64-bit

docker run -it --rm -v $(pwd):/workdir -w="/workdir" jaminmc/tsmuxer_build bash -c ". rebuild_mxe_with_gui_docker.sh"

OSX

docker run -it --rm -v $(pwd):/workdir -w="/workdir" jaminmc/tsmuxer_build bash -c ". rebuild_osxcross_with_gui_docker.sh"

The executable binaries will be saved to the "\bin" folder.

About

Dockerfile for creating a container suitable for building tsMuxer with Linux, Windows and OSX outputs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dockerfile 100.0%