From dab5d4fc610a68ce71183ec84cef3d51b78e03d0 Mon Sep 17 00:00:00 2001 From: kud1ing Date: Sun, 20 Jul 2014 16:24:03 +0200 Subject: [PATCH] add Build system --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f14f781..d8777c6 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Only projects that are more than a prototype should be added. Projects that do n - [Awesome Rust](#awesome-rust) - [Code](#code) - [Audio](#audio) + - [Build system](#build-system) - [Compression](#compression) - [Computation](#computation) - [Cryptography](#cryptography) @@ -26,6 +27,14 @@ Only projects that are more than a prototype should be added. Projects that do n * [JeremyLetang/rust-portaudio](https://github.com/JeremyLetang/rust-portaudio) — [PortAudio](http://www.portaudio.com/) bindings [](https://travis-ci.org/JeremyLetang/rust-portaudio) * [musitdev/rust-portmidi](https://github.com/musitdev/rust-portmidi) — [PortMidi](http://portmedia.sourceforge.net/portmidi/) bindings [](https://travis-ci.org/musitdev/rust-portmidi) +### Build system + +* [Cargo](http://crates.io) — the Rust package manager +* CMake + * [SiegeLord/RustCMake)](https://github.com/SiegeLord/RustCMake) — [](https://travis-ci.org/SiegeLord/RustCMake) +* Make + * [PistonDevelopers/rust-empty](https://github.com/PistonDevelopers/rust-empty) — a Makefile to get started with Rust + ### Compression * [lifthrasiir/rust-zip](https://github.com/lifthrasiir/rust-zip) — read and write ZIP archives [](https://travis-ci.org/lifthrasiir/rust-zip)