We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b469573 commit 31e4503Copy full SHA for 31e4503
docs/building_asp.rst
@@ -63,12 +63,10 @@ as::
63
64
For Linux only, install the ``chrpath`` tool.
65
66
-Set up a work directory::
+Set the compiler names. They may differ somewhat from what is in the block
67
+below, so this step may need some adjustments.
68
- buildDir=$HOME/build_asp
69
- mkdir -p $buildDir
70
-
71
-Set up the compiler, on Linux and OSX::
+::
72
73
isMac=$(uname -s | grep Darwin)
74
if [ "$isMac" != "" ]; then
@@ -79,6 +77,11 @@ Set up the compiler, on Linux and OSX::
79
77
cxx_comp=x86_64-conda_cos6-linux-gnu-g++
80
78
fi
81
+Set up a work directory::
+
82
+ buildDir=$HOME/build_asp
83
+ mkdir -p $buildDir
84
85
Build VisionWorkbench and Stereo Pipeline::
86
87
cd $buildDir
0 commit comments