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.
- Host: GitHub
- URL: https://github.com/analogdevicesinc/scopy-mingw-build-deps
- Owner: analogdevicesinc
- License: gpl-3.0
- Created: 2017-06-26T16:09:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T12:21:09.000Z (about 2 years ago)
- Last Synced: 2024-05-22T12:35:07.652Z (about 2 years ago)
- Topics: build, hacktoberfest, mingw, scopy
- Language: Shell
- Homepage:
- Size: 81.1 KB
- Stars: 3
- Watchers: 19
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .