Giter Club home page Giter Club logo

mingwinstaller's Introduction

mingwInstaller

Online installer of MinGW-W64 with GUI

Libs I use:

-fltk

-curl

I also use 7z sources(part of lzma dev kit).

All icons are in binary and all libs linked staticaly, so you need only one .exe file to run installer.

mingwinstaller's People

Contributors

vuniverse0 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

mingwinstaller's Issues

to compress executable

hi,

could you please try to compress executable using UPX?
now the installer executable has ~7 MB and I think it could be less...

best!

throughputs: simplification

  1. https://github.com/Vuniverse0/mingwInstaller/blob/main/src/icon.cpp#L2168

why not just use sizeof(icon) ?

  1. https://github.com/Vuniverse0/mingwInstaller/blob/main/src/icon.hpp#L4

this is very strange decision...
why not return a std::pair from a function?
smth like this:

std::pair<const std::uint8_t *, std::size_t>
getIcon();
  1. https://github.com/Vuniverse0/mingwInstaller/blob/main/src/link.cpp#L42

why that function returns double?
why not just use SHFileOperationA ?

  1. logo.cpp/hpp, the same questions as for 1 and 2.

best!

Invalid PATH in mingw.bat

Hi,

I used mingwInstaller.exe to install mingw64 in D:/APPS
The path in mingw.bat is set like this set PATH=D:/APPSmingw64/bin/;%PATH%
A / is missing after APPS
Maybe the root cause is because my path was not ending with /.
It would be nice to automatically add a / when it is missing.

Thanks.
Regards.

PS: Windows is now smart enought to accept the Linux separator / but it would be easy to use the native separator \
;-)

add the new thread model: MCF

hello,

recently the MinGW-Builds projects added the new thread model, called mcf.
previously, the project supported only two threads models: posix and win32.

is it possible to extend the installer to support the new mcf thread model?

this would be very cool for users, and I'm sure many users will be grateful to you!

but keep in mind that there are only two builds with mcf thread model:
https://github.com/niXman/mingw-builds-binaries/releases/download/13.2.0-rt_v11-rev1/i686-13.2.0-release-mcf-dwarf-ucrt-rt_v11-rev1.7z
https://github.com/niXman/mingw-builds-binaries/releases/download/13.2.0-rt_v11-rev1/x86_64-13.2.0-release-mcf-seh-ucrt-rt_v11-rev1.7z

many thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.