You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Windows has no actual package manager installing of software is usually expected to be possible by an installer. So far fpm does not explore this road for distribution, we are using binary releases and MinGW packages for pacman instead.
Possible Solution
Find out how we can automatically create an installer using GitHub actions
Yes I had a play around with NSIS as a weekend project and came up with this. I ended up bundling in GFortran, Git and OpenBLAS as well to make an all-in-one installer aimed at beginners. I will share on the Discourse to get feedback - if people find it works well, we could move under Fortran-Lang namespace and link to it from the website perhaps?
The same workflow can be adapted to create an fpm+Git for Windows installer in this repository for each release.
Description
Since Windows has no actual package manager installing of software is usually expected to be possible by an installer. So far fpm does not explore this road for distribution, we are using binary releases and MinGW packages for pacman instead.
Possible Solution
Find out how we can automatically create an installer using GitHub actions
Additional Information
The text was updated successfully, but these errors were encountered: