Skip to content

Commit 31e4503

Browse files
Minor adjustments
1 parent b469573 commit 31e4503

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docs/building_asp.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,10 @@ as::
6363

6464
For Linux only, install the ``chrpath`` tool.
6565

66-
Set up a work directory::
66+
Set the compiler names. They may differ somewhat from what is in the block
67+
below, so this step may need some adjustments.
6768

68-
buildDir=$HOME/build_asp
69-
mkdir -p $buildDir
70-
71-
Set up the compiler, on Linux and OSX::
69+
::
7270

7371
isMac=$(uname -s | grep Darwin)
7472
if [ "$isMac" != "" ]; then
@@ -79,6 +77,11 @@ Set up the compiler, on Linux and OSX::
7977
cxx_comp=x86_64-conda_cos6-linux-gnu-g++
8078
fi
8179

80+
Set up a work directory::
81+
82+
buildDir=$HOME/build_asp
83+
mkdir -p $buildDir
84+
8285
Build VisionWorkbench and Stereo Pipeline::
8386

8487
cd $buildDir

0 commit comments

Comments
 (0)