stack_wallet/scripts/windows/build_secp256k1.bat
sneurlax 2ab019f201 add linux and windows secp256k1 build scripts
in case coinlib's scripts aren't working

TODO macos and ios (android?)
2024-05-08 23:35:55 -05:00

10 lines
346 B
Batchfile

if not exist "build" mkdir "build"
cd build
rem git clone https://github.com/bitcoin-core/secp256k1
cd secp256k1
rem cmake -G "Visual Studio 17 2022" -A x64 -S . -B build
cd build
rem cmake --build .
if not exist "..\..\..\..\build\" mkdir "..\..\..\..\build\"
xcopy src\Debug\libsecp256k1-2.dll "..\..\..\..\build\secp256k1.dll" /Y
cd ..\..\..\