Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kirillsemyonkin/buildpp
Build++ project builder
https://github.com/kirillsemyonkin/buildpp
Last synced: 8 days ago
JSON representation
Build++ project builder
- Host: GitHub
- URL: https://github.com/kirillsemyonkin/buildpp
- Owner: kirillsemyonkin
- Created: 2023-10-09T15:21:13.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-10T14:37:36.000Z (about 1 year ago)
- Last Synced: 2023-10-10T19:52:11.939Z (about 1 year ago)
- Language: Rust
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.