From 2deb6e791e037b3811d6d409d6765f775269301d Mon Sep 17 00:00:00 2001 From: Matthew Wright Date: Mon, 13 Aug 2018 13:28:12 -0500 Subject: [PATCH] edited instructions for building on Windows 10 --- docs/installing.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/installing.rst b/docs/installing.rst index 5e5b9fea..b68f97e6 100644 --- a/docs/installing.rst +++ b/docs/installing.rst @@ -153,12 +153,11 @@ Open the Bash shell and install dependencies. Use the following command to insta In order to use the RIVET viewer, you must install an X server such as `Xming `_. -It is also necessary to set two environment variables, as follows:: +It is probably also necessary to set an environment variable, as follows:: - export LD_LIBRARY_PATH=/usr/local/boost_1_64_0/stage/lib/:$LD_LIBRARY_PATH export DISPLAY=:0 -These environment variables will be reset when you close the Bash shell. To avoid having to run the two lines above when you reopen the shell, add these lines to the end of the file ``~/.bashrc``. +This environment variable will be reset when you close the Bash shell. To avoid having to run the line above when you reopen the shell, add this line to the end of the file ``~/.bashrc``. You are now ready to build RIVET. Follow the instructions in the section :ref:`buildingOnUbuntu`.