Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
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 …
Speed Up Rust Compile Time
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tips for Faster Rust Compile Times
References
Cross Compile Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
General Tips for Gradle
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Install & Upgrade Gradle
The latest version of gradle can be installed via PPA on Ubuntu.
sudo add-apt-repository ppa:cwchien/gradle
sudo apt-get update
And gradle can be upgraded using the following …