Skip to content

Latest commit

 

History

History
22 lines (22 loc) · 976 Bytes

README.md

File metadata and controls

22 lines (22 loc) · 976 Bytes

fastmake

A fast build system for Visual Studio C/C++ projects

Usage

fastmake <path>

Check docs/README.md for instructions on how to use it

Installing

Clone the repository

git clone --recursive https://github.com/xastrix/fastmake.git

Generate VS project by premake5

cd fastmake && premake5 vs20xx

Launch fastmake.sln (Visual Studio Solution File) and compile project by pressing CTRL+Shift+B

Requirements

  • Visual Studio
  • Windows SDK
  • premake

Dependencies

jsoncpp