From 2e75f23de810d8fad44c19de6690eebc0fbeaac3 Mon Sep 17 00:00:00 2001 From: Maximilian Roos Date: Mon, 27 Aug 2018 22:53:47 -0400 Subject: [PATCH] remove old readme content --- README.md | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/README.md b/README.md index 04f9f2f928c8..0fdd47f33f1b 100644 --- a/README.md +++ b/README.md @@ -186,29 +186,6 @@ See [Configurations.md](Configurations.md) for details. * If you're having issues compiling Rustfmt (or compile errors when trying to install), make sure you have the most recent version of Rust installed. -* If you get an error like `error while loading shared libraries` while starting - up rustfmt you should try the following: - - On Linux: - - ``` - export LD_LIBRARY_PATH=$(rustc --print sysroot)/lib:$LD_LIBRARY_PATH - ``` - - On MacOS: - - ``` - export DYLD_LIBRARY_PATH=$(rustc --print sysroot)/lib:$DYLD_LIBRARY_PATH - ``` - - On Windows (Git Bash/Mingw): - - ``` - export PATH=$(rustc --print sysroot)/lib/rustlib/x86_64-pc-windows-gnu/lib/:$PATH - ``` - - (Substitute `x86_64` by `i686` and `gnu` by `msvc` depending on which version of rustc was used to install rustfmt). - * You can change the way rustfmt emits the changes with the --emit flag: Example: