Changes between Version 4 and Version 5 of BuildingAPC/Ubuntu20pt04_Focal_Install


Ignore:
Timestamp:
Apr 8, 2021, 6:51:55 PM (3 years ago)
Author:
bz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingAPC/Ubuntu20pt04_Focal_Install

    v4 v5  
    2727}}}
    2828
    29 Compile libbarrett:
     29Build libbarrett:
    3030{{{
     31export CC=/usr/bin/clang
     32export CXX=/usr/bin/clang++
    3133cd ~/libbarrett && cmake .
    3234make -j$(nproc)