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)