Changes between Version 4 and Version 5 of BuildingAPC/Ubuntu20pt04_Focal_Install
- Timestamp:
- Apr 8, 2021, 6:51:55 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingAPC/Ubuntu20pt04_Focal_Install
v4 v5 27 27 }}} 28 28 29 Compilelibbarrett:29 Build libbarrett: 30 30 {{{ 31 export CC=/usr/bin/clang 32 export CXX=/usr/bin/clang++ 31 33 cd ~/libbarrett && cmake . 32 34 make -j$(nproc)