https://github.com/mkeeter/guile-mingw
PKGBUILD for Guile 2.2
https://github.com/mkeeter/guile-mingw
Last synced: 11 months ago
JSON representation
PKGBUILD for Guile 2.2
- Host: GitHub
- URL: https://github.com/mkeeter/guile-mingw
- Owner: mkeeter
- Created: 2018-01-16T22:40:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-24T01:42:08.000Z (over 8 years ago)
- Last Synced: 2025-03-16T18:22:19.067Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Install [msys2](http://www.msys2.org/)
and open a "MSYS2 MinGW 64-Bit" shell.
Run the following commands to clone and start building:
```
pacman -Syuu
pacman -S git
git clone https://github.com/mkeeter/guile-mingw
cd guile-mingw
makepkg-mingw -s
```
It will make it almost all the way,
then fail when building documentation.