Skip to content

Commit

Permalink
Minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-alexandrov committed Aug 21, 2023
1 parent b469573 commit 31e4503
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions docs/building_asp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,10 @@ as::

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

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

buildDir=$HOME/build_asp
mkdir -p $buildDir

Set up the compiler, on Linux and OSX::
::

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

Set up a work directory::

buildDir=$HOME/build_asp
mkdir -p $buildDir

Build VisionWorkbench and Stereo Pipeline::

cd $buildDir
Expand Down

0 comments on commit 31e4503

Please sign in to comment.