From 7aed6cc7b095017c6847d31de64b905cbd632701 Mon Sep 17 00:00:00 2001 From: Herbert Wolverson Date: Sun, 8 Jan 2023 14:46:03 +0000 Subject: [PATCH] Update TESTING-1.4 instructions --- src/TESTING-1.4.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/TESTING-1.4.md b/src/TESTING-1.4.md index 5a828d17..c350ee34 100644 --- a/src/TESTING-1.4.md +++ b/src/TESTING-1.4.md @@ -23,7 +23,7 @@ git checkout v1.4-pre-alpha-rust-integration You need to have a few packages from `apt` installed: ``` -apt get install -y python3-pip clang gcc gcc-multilib llvm libelf-dev git nano graphviz curl screen +apt get install -y python3-pip clang gcc gcc-multilib llvm libelf-dev git nano graphviz curl screen llvm pkg-config linux-tools-common linux-tools-`uname r` ``` Then you need to install some Python dependencies: @@ -40,6 +40,8 @@ Go to [RustUp](https://rustup.rs) and follow the instructions. Basically, run th curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh ``` +When Rust finishes installing, it will tell you to execute a command to place the Rust build tools into your path. You need to either execute this command or logout and back in again. + Once that's done, change directory to `/wherever_you_put_libreqos/src/`, and run: ```