Add clarification as to how to add to ~/.bashrc

This commit is contained in:
kungfujam 2015-09-28 13:48:43 +01:00
parent d595d690a8
commit e19920ef86

View File

@ -86,7 +86,7 @@
"make PREFIX=$OBDir/lib install\n", "make PREFIX=$OBDir/lib install\n",
"```\n", "```\n",
"\n", "\n",
"Once OpenBLAS is finished compiling we need to ensure the compiled shared library files in the `lib` subdirectory are available to the shared library loader. This can be done by appending the absolute path to the `lib` subdirectory to the `LD_LIBRARY_PATH` environment variable. To ensure this changes persist we will change the bash start up file `~/.bashrc` by opening it in a text editor and adding the following line\n", "Once OpenBLAS is finished compiling we need to ensure the compiled shared library files in the `lib` subdirectory are available to the shared library loader. This can be done by appending the absolute path to the `lib` subdirectory to the `LD_LIBRARY_PATH` environment variable. To ensure this changes persist we will change the bash start up file `~/.bashrc` by opening it in a text editor (e.g. by running `gedit ~/.bashrc`) and adding the following line\n",
"\n", "\n",
"```\n", "```\n",
"export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$OBDir/lib\n", "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$OBDir/lib\n",