-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Lars Berscheid
committed
Jul 16, 2021
1 parent
0203fd9
commit 69592ae
Showing
3 changed files
with
20 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
# Install OpenCV | ||
git clone https://github.com/opencv/opencv.git | ||
cd opencv | ||
git checkout 4.5.2 | ||
mkdir build && cd build | ||
cmake -DWITH_VTK=OFF -DWITH_GTK=OFF -DWITH_PROTOBUF=OFF -DBUILD_PERF_TESTS=OFF -DBUILD_TESTS=OFF -DWITH_WEBP=OFF .. | ||
make -j2 | ||
make install | ||
cd ../../ | ||
# # Install OpenCV | ||
# git clone https://github.com/opencv/opencv.git | ||
# cd opencv | ||
# git checkout 4.5.2 | ||
# mkdir build && cd build | ||
# cmake -DWITH_VTK=OFF -DWITH_GTK=OFF -DWITH_PROTOBUF=OFF -DBUILD_PERF_TESTS=OFF -DBUILD_TESTS=OFF -DWITH_WEBP=OFF .. | ||
# make -j2 | ||
# make install | ||
# cd ../../ | ||
|
||
# Install PyBind11 | ||
git clone https://github.com/pybind/pybind11.git | ||
cd pybind11 | ||
git checkout v2.6.2 | ||
mkdir build && cd build | ||
cmake -DPYBIND11_TEST=OFF .. | ||
make -j2 | ||
make install | ||
cd ../../ | ||
# # Install PyBind11 | ||
# git clone https://github.com/pybind/pybind11.git | ||
# cd pybind11 | ||
# git checkout v2.6.2 | ||
# mkdir build && cd build | ||
# cmake -DPYBIND11_TEST=OFF .. | ||
# make -j2 | ||
# make install | ||
# cd ../../ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters