Tag Archives: rust

Compile ripgreg (rp) on Ubuntu 16.04 LTS

Just a quick note to myself on how to compile the insanely fast rg utility from git sources w/ AVX and SIMD activated. Clone from sources: git clone git@github.com:BurntSushi/ripgrep.git –depth 1 && cd ripgrep Install rustup to be able to compile … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment