We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I am trying to build on Ubuntu 16.04. I am following these steps.
sudo apt-get install mesa-common-dev sudo apt-get install libopencv-dev python-opencv wget http://download.qt.io/official_releases/qt/5.9/5.9.1/qt-opensource-linux-x64-5.9.1.run chmod +x qt-opensource-linux-x64-5.9.1.run ./qt-opensource-linux-x64-5.9.1.run
There is no error in this step. Then
git clone https://github.com/abreheret/PixelAnnotationTool.git cd PixelAnnotationTool mkdir x64 cd x64 cmake -DQT5_DIR=/home/littro/Qt5.9.1/5.9.1/gcc_64/lib/cmake -G "Unix Makefiles" .. make
Here is the error in the make.
Then I also tried
cd scripts_to_build sh build_linux.sh
but have the same error. Am I missing any step? Or what is the problem?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I am trying to build on Ubuntu 16.04. I am following these steps.
There is no error in this step.
Then
Here is the error in the make.
Then I also tried
but have the same error.
Am I missing any step? Or what is the problem?
The text was updated successfully, but these errors were encountered: