Git Product home page Git Product logo

gcc-vcpkg-compile-command-generator's Introduction

GCC-VCPKG-compile-command-generator

I got bored of trying to make VCPKG work with VSCode so I decided to create my own program to compile my code.

To make the code run, you must first specify your VCPKG include directory in the fist line of the VCPKG.TXT file, and your VCPKG bin directory into the second line!

There are 3 main commands: compile, run, crun, edit and command. Compile compiles the code, but first it needs to know where the program is. After it needs to be specified the flags for the compiler, however, if you do not want to have to specify them every time you open the program, you can write your flags into the first line of the Flags.txt file. In doing so, from now on, every time you open the program, if requested for flags, you can just type "0" and it will read the file instead. A similar system is in place for the compile directory, if you simply type "0", it will automatically compile into the COMPILE folder with the name a.exe.

Run, runs your code, once you have compiled.

Crun compiles and runs your code at the same time.

Command prints the compile command tat is being run in the os. This is helpfull because the terminal emulator I have made works worse than [insert thing that works like shit here] you will inevitably have to use the real command prompt with syntax highlighting to find why your code isnt compilinginsted of using this piece of garbage.

Edit allows you to edit your flags, .c program directory and compiled program directory. This is only necesary if you fucked up in the compile command.

gcc-vcpkg-compile-command-generator's People

Contributors

saw8888 avatar

Stargazers

 avatar

Watchers

 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.