An open API service indexing awesome lists of open source software.

https://github.com/analogdevicesinc/scopy-mingw-build-deps

AppVeyor script to automatically build the dependencies for Scopy under MinGW.
https://github.com/analogdevicesinc/scopy-mingw-build-deps

build hacktoberfest mingw scopy

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

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