aboutsummaryrefslogtreecommitdiff
path: root/development/rust16/README
diff options
context:
space:
mode:
authorGene Carlson <kvngncrlsn@gmail.com>2023-02-18 13:00:36 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-25 09:18:07 +0700
commit1d4e1d9e792e1d291e25d15ae50b2651952835ea (patch)
tree477335a3c92a037c91d14bd5e1b0e7fd08061d0a /development/rust16/README
parentfb9746c5ade9006754246db545874d50800c571b (diff)
downloadslackbuilds-1d4e1d9e792e1d291e25d15ae50b2651952835ea.tar.xz
development/rust16: Updated for version 1.66.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/rust16/README')
-rw-r--r--development/rust16/README6
1 files changed, 5 insertions, 1 deletions
diff --git a/development/rust16/README b/development/rust16/README
index 0af6c35dca7f..558f43c0e01a 100644
--- a/development/rust16/README
+++ b/development/rust16/README
@@ -5,8 +5,12 @@ 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"
+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
rust16 is not intended as a substitute for rustup or for the Slackware
rust package in terms of rust development purposes.