Git Product home page Git Product logo

gusthavosouza / mingw Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jonasstrandstedt/mingw

0.0 2.0 0.0 131.19 MB

A portable version of MinGW

Shell 4.02% Perl 34.75% C 22.16% C++ 23.82% Objective-C 0.01% Python 0.08% Lua 0.01% JavaScript 0.11% Logos 0.01% HTML 0.01% Perl 6 1.19% Prolog 1.33% Batchfile 0.03% M4 4.29% Smarty 0.12% Roff 4.74% Scheme 2.83% Awk 0.04% XSLT 0.13% Pascal 0.32%

mingw's Introduction

#MinGW A portable version of MinGW prepared for OpenGL development.

##Get started

  • Copy the MinGW folder to the root of the drive which has a project you want to compile. For example if your project is in C:\Users\username\Documents then the MinGW folder needs to be placed in C:\MinGW.
  • Create an GNU Makefile and call it Makefile. Make sure the executable is called Program.exe.
  • Copy the .bat files to the same folder as the makefile.
  • Use run.bat to "make and run" your program.
  • Use make_clean.bat to "make clean, make and run"

You can place the MinGW folder in another drive if you edit the bat files line

set MINGW_PATH=%CD:~0,2%\MinGW

to the following, assuming you want to place it on C:

set MINGW_PATH=C:\MinGW

The same goes for the executable name.

##Licence This project is simply a pre-compiled version if MinGW configured with the following libraries. The bat files is MIT licenced.

mingw's People

Contributors

jonasstrandstedt avatar

Watchers

James Cloos avatar Gustavo De Souza avatar

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.