Ben Chuanlong Du's Blog

It is never too late to learn.

Compiler and Build Tools

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Compilers

gcc

g++

clang

llvm

Project Management Tools

gradle

Build Tools

dockcross

dockcross is a compiling toolchains in Docker images .

ninja

ninja is a small build system with a focus on …

Rip Is rm Improved

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Installation on Ubuntu

cargo install rm-improved

Or you can use the following command if you use the tool xinstall. Notice that xinstall automatically configures rip to add a symbolic link to /usr/local/bin.

xinstall rip -ic

Usage