mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-19 19:10:17 +00:00
6 lines
114 B
PowerShell
6 lines
114 B
PowerShell
mkdir build
|
|
cd build
|
|
cmake ..
|
|
cmake --build . --config Release
|
|
cp Release/main.exe ../
|
|
cp Release/pocketpy.dll ../ |