forked from GitHub/gf-core
build instructions for Windows
This commit is contained in:
8
.github/workflows/build-majestic.yml
vendored
8
.github/workflows/build-majestic.yml
vendored
@@ -240,3 +240,11 @@ jobs:
|
|||||||
base-devel
|
base-devel
|
||||||
mingw-w64-x86_64-toolchain
|
mingw-w64-x86_64-toolchain
|
||||||
mingw-w64-x86_64-libtool
|
mingw-w64-x86_64-libtool
|
||||||
|
|
||||||
|
- name: Build runtime
|
||||||
|
working-directory: ./src/runtime/c
|
||||||
|
run: |
|
||||||
|
autoreconf -i
|
||||||
|
./configure
|
||||||
|
make
|
||||||
|
sudo make install
|
||||||
|
|||||||
Reference in New Issue
Block a user