Skip to content

jakewdr/taskfile-cpplint-gcc-windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

GCC and other important C resources = link

Taskfile for command line scripts = link

Cpplint for linting = link

Ccache for recompile cache = link

UPX for compressed binaries = link

From the command line

Note this requires python 3 and chocolatey to be installed, furthermore make sure you are in an elevated terminal

choco install mingw

choco install go-task

choco install ccache

choco install upx

pip install cpplint

Using the project

To compile the c file and run the executable simply enter the following into the command line:

task run

This runs the compilation and linting automatically, you can check the separate scripts in the taskfile.yml file

About

An incredibly simple C (windows) template made for me a beginner to C

Resources

License

Stars

Watchers

Forks

Languages