SlackBuilds Repository

15.0 > Development > rust16 (1.70.0)

rust16 installs a limited set of rust binaries to /opt/rust16. This is
to allow rust-based SlackBuilds to build more recent versions than
would be possible with system rust.

To use the rust16 binaries in a SlackBuild, make the following export
statements:

export PATH="/opt/rust16/bin:$PATH"
if [ -z "$LD_LIBRARY_PATH" ]; then
export LD_LIBRARY_PATH="/opt/rust16/lib$LIBDIRSUFFIX"
else
export LD_LIBRARY_PATH="/opt/rust16/lib$LIBDIRSUFFIX:$LD_LIBRARY_PATH"
fi

If your SlackBuild experiences build failures on 64-bit systems, please
ensure that the LIBDIRSUFFIX variable is set.

rust16 is not intended as a substitute for rustup or for the Slackware
rust package in terms of rust development purposes.

Separate downloads are available for i686 and x86_64. -current users may
be able to ignore rust16 as a dependency for some packages.

Maintained by: K. Eugene Carlson
Keywords: rust,cargo,rustc,current
ChangeLog: rust16

Homepage:
https://rust-lang.org

Source Downloads (32bit):
rust-1.70.0-i686-unknown-linux-gnu.tar.gz (b56197499321c7b5e43812787e5dbe65)
rust-1.70.0-arm-unknown-linux-gnueabihf.tar.gz (8e9fa4750ea9e33be9c1a96f6cfb1035)

Source Downloads (64bit):
rust-1.70.0-x86_64-unknown-linux-gnu.tar.gz (b893174d8c961d426390292aebeec149)

Download SlackBuild:
rust16.tar.gz
rust16.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
rust16.SlackBuild
rust16.info
slack-desc

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2023 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds