Skip to content

AppVeyor script to automatically build the dependencies for Scopy under MinGW.

License

Notifications You must be signed in to change notification settings

analogdevicesinc/scopy-mingw-build-deps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fd9f105 · Apr 18, 2022

History

66 Commits
Oct 5, 2021
Feb 23, 2022
Feb 23, 2022
Oct 5, 2021
Feb 23, 2022
Feb 23, 2022
Oct 5, 2021
Apr 18, 2022
Apr 18, 2022
Feb 23, 2022
Jan 25, 2022
Feb 23, 2022
Jan 25, 2022
Feb 23, 2022
Oct 5, 2021
Oct 5, 2021
Feb 23, 2022
Jun 26, 2017
Oct 5, 2021
Oct 5, 2021
Feb 23, 2022
Oct 5, 2021
Oct 5, 2021
Feb 23, 2022
Jul 3, 2017

Repository files navigation

scopy-mingw-build-deps

Script that build staging environment with dependencies to build scopy. MSYS2 - https://www.msys2.org/ is required for development. To initialize the development environment, from the mingw64 shell

git clone https://github.com/analogdevicesinc/scopy-mingw-build-deps cd scopy-mingw-build-deps ./init_staging x86_64 source ./build.sh install_tools install_deps build_deps

Dockerfile available in docker folder To build docker image. x86_64: docker build --progress=plain --tag scopy-build:mingw64 --build-arg BUILD_TARGET=x86_64 --isolation=hyperv --memory=16GB . i686: docker build --progress=plain --tag scopy-build:mingw32 --build-arg BUILD_TARGET=i686 --isolation=hyperv --memory=16GB .

About

AppVeyor script to automatically build the dependencies for Scopy under MinGW.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published