Skip to content

Commit

Permalink
copy to Findlibraw
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Dukhovnikov <[email protected]>
  • Loading branch information
antond-weta committed Nov 16, 2023
1 parent 51a4ac0 commit be612f8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build_scripts/install_deps_linux.bash
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,13 @@ time sudo apt-get -q -f install -y \
libboost-dev libboost-filesystem-dev \
libboost-test-dev \
libraw-dev libceres-dev

apt-get -q -f remove -y libopenexr-dev libopenexr

git checkout https://github.com/AcademySoftwareFoundation/openexr.git
cd openexr
git tag v3.2.1

cmake -S . -B build
cmake --build build
sudo cmake --install build

0 comments on commit be612f8

Please sign in to comment.