aboutsummaryrefslogtreecommitdiff
path: root/development/rust16/README
blob: 568400110d151e77ee3d6b7d57559a807932fa8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
rust16 installs a limited set of Rust 1.79.0 binaries to /opt/rust16.
This is to allow Rust-based SlackBuilds requiring version 1.79.0 to
build on release Slackware. For other Rust software, please use
rust-opt instead.

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.