Rust: Cannot compiling from source

Created on 13 Feb 2020  路  10Comments  路  Source: rust-lang/rust

Most helpful comment

@paledega rustup is not a third-party script, it is the official recommended installer for Rust.

All 10 comments

How did you obtain the source code?

Screenshot_2020-02-13_13-40-32

https://github.com/rust-lang/rust/archive/1.41.0.tar.gz

./x.py build -j5
DESTDIR=xxx ./x.py install j5

I need rust for compiling librsvg

Seems like you don't really _need_ to compile rustc on your own - why don't you just use rustup? :-)

I wanna compile. I dont wanna use 3. party script

@Patryk27 do you know any solve?

Well, if you want to build it... did you try following the instructions?

@paledega rustup is not a third-party script, it is the official recommended installer for Rust.

Was this page helpful?
0 / 5 - 0 ratings