From ed06044d2c3b795d6b0b26d98523cae39745a792 Mon Sep 17 00:00:00 2001 From: "Arrobo, Gabriel" Date: Mon, 2 Dec 2024 12:25:41 -0800 Subject: [PATCH] Update `README` file Signed-off-by: Arrobo, Gabriel --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 034d6e021f..41ff83c05f 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,4 @@ If you are new to BESS, we recommend you start here: 3. [Write a BESS Configuration Script](https://github.com/omec-project/bess/wiki/Writing-a-BESS-Configuration-Script) 4. [Connect BESS to a Network Interface, VM, or Container](https://github.com/omec-project/bess/wiki/Hooking-up-BESS-Ports) -To install BESS on Linux quickly, you can download the binary from [Release](https://github.com/omec-project/bess/releases/latest). Please refer to [GCC x86 Options](https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html) to determine which tarball to use. Suppose `bess-core2-linux.tar.gz` is downloaded: - - sudo apt-get install -y python python-pip libgraph-easy-perl - pip install --user protobuf grpcio scapy - sudo sysctl vm.nr_hugepages=1024 # For single NUMA node systems - tar -xf bess-core2-linux.tar.gz - cd bess/ - make -C core/kmod # Build the kernel module (optional) - bessctl/bessctl - Documentation can be found [here](https://github.com/omec-project/bess/wiki/). Please consider [contributing](https://github.com/omec-project/bess/wiki/How-to-Contribute) to the project!