Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 789 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 789 Bytes

Build++

Build++ is a project builder that can simplify building projects in multitude of compilers and environments.

Installation

Install from this repository using Cargo (Install Rust first):

cargo install --git https://github.com/kirillsemyonkin/buildpp

Check out wiki Installation page for the full guide.

Usage

Check out wiki to learn how to install Build++ and build and run projects using it.

Also check out MSMPI example project configuration file, that should show how to setup a local compiled library dependency.