From 93737b84c26c8cbc31f7268d75919b06da8df000 Mon Sep 17 00:00:00 2001 From: Bin Long Date: Fri, 30 Aug 2019 17:32:28 +0800 Subject: [PATCH] Update linux_build.md --- inference/docs/linux_build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inference/docs/linux_build.md b/inference/docs/linux_build.md index 22c59642..27b20e72 100644 --- a/inference/docs/linux_build.md +++ b/inference/docs/linux_build.md @@ -67,7 +67,7 @@ make install ```shell cd /root/projects/PaddleSeg/inference mkdir build && cd build -cmake .. -DWITH_GPU=ON -DPADDLE_DIR=/root/projects/fluid_inference -DCUDA_LIB=/usr/local/cuda/lib64/ -DOPENCV_DIR=/usr/local/opencv3/ -DCUDNN_LIB=/usr/local/cuda/lib64/ +cmake .. -DWITH_GPU=ON -DPADDLE_DIR=/root/projects/fluid_inference -DCUDA_LIB=/usr/local/cuda/lib64/ -DOPENCV_DIR=/root/projects/opencv3/ -DCUDNN_LIB=/usr/local/cuda/lib64/ make ``` -- GitLab