abreheret / PixelAnnotationTool

Annotate quickly images.
GNU Lesser General Public License v3.0
1.41k stars 307 forks source link

Cmake error #25

Closed nirajvermafcb closed 6 years ago

nirajvermafcb commented 6 years ago

I am using Ubuntu 16.04 .

I have performed all the steps mentioned in README and installed all the dependencis. However when I run this step cmake -DQT5_DIR=/home/niraj/Qt5.9.1/5.9.1/gcc_64/lib/cmake -G "Unix Makefiles" .. I encounter this error

CMake Error: The source directory "/home/niraj" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI.

I don't know where I am going wrong./home/niraj is the path where my Qt5.9.1 resides

vijaydwivedi75 commented 5 years ago

This is the same error I am getting. Any help?