Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kirillsemyonkin/buildpp

Build++ project builder
https://github.com/kirillsemyonkin/buildpp

Last synced: 8 days ago
JSON representation

Build++ project builder

Awesome Lists containing this project

README

        

# 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](https://www.rust-lang.org/tools/install) first):

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

Check out [wiki Installation page](https://github.com/kirillsemyonkin/buildpp/wiki/Installation) for the full guide.

## Usage

Check out [wiki](https://github.com/kirillsemyonkin/buildpp/wiki) to learn how to install Build++ and build and run projects using it.

Also check out [MSMPI example project configuration file](https://github.com/kirillsemyonkin/buildpp/blob/master/example.build%2B%2B.lsd), that should show how to setup a local compiled library dependency.