Slightly simplify the networking README_NATIVE.md install steps#376
Slightly simplify the networking README_NATIVE.md install steps#376jfingerh wants to merge 1 commit intoipdk-io:mainfrom
Conversation
plus some minor typo corrections.
|
Notes on the changes: As far as I can see, there is no variable named SCRIPT_DIR in any of the bash scripts in the ipdk/build/networking directory and its subdirectories. Thus it has no effect at all assigning a value to SCRIPT_DIR while running the install script. It seems to me unnecessarily confusing to give instructions to clone the ipdk repo anywhere you want, and call it |
|
@n-sandeep @5abeel |
|
|
||
| ```bash | ||
| root@linux:~# SCRIPT_DIR=<CLONE-PATH>/ipdk/build/networking/scripts <CLONE-PATH>/ipdk/build/networking/scripts/host_install.sh | ||
| root@linux:~# <CLONE-PATH>/ipdk/build/networking/scripts/host_install.sh -d <CLONE-PATH> |
There was a problem hiding this comment.
I think this is a typo for SCRIPTS_DIR, which is referenced in host_install.sh.
plus some minor typo corrections.