1
0
forked from GitHub/gf-core

build instructions for Windows

This commit is contained in:
krangelov
2021-11-16 19:19:21 +01:00
parent 30c5109bfd
commit 7797aa6ed5

View File

@@ -240,3 +240,11 @@ jobs:
base-devel
mingw-w64-x86_64-toolchain
mingw-w64-x86_64-libtool
- name: Build runtime
working-directory: ./src/runtime/c
run: |
autoreconf -i
./configure
make
sudo make install