mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-16 17:03:35 +00:00
remove old readme content
This commit is contained in:
parent
c4d845f998
commit
2e75f23de8
23
README.md
23
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:
|
||||
|
Loading…
Reference in New Issue
Block a user