Skip to content
New issue

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

aruco make / install instructions incorrect #118

Open
fnoop opened this issue Mar 12, 2020 · 3 comments
Open

aruco make / install instructions incorrect #118

fnoop opened this issue Mar 12, 2020 · 3 comments

Comments

@fnoop
Copy link
Member

fnoop commented Mar 12, 2020

git clone https://github.com/fnoop/aruco
git checkout 3.1.0
cd aruco
cmake . && make && sudo make install

cd aruco should be before the checkout, and there's no 3.1.0 branch.
Current master is 3.0.11 which compiles fine on opencv 3.2, but probably not on 4.x
3.0.13 is the last opensource version, but doesn't compile on opencv 3.2 (does compile on 4.x).

@fnoop
Copy link
Member Author

fnoop commented Mar 12, 2020

install doesn't work:

~/aruco$ sudo cmake install
CMake Error: The source directory "/home/fnoop/aruco/install" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.

@fnoop
Copy link
Member Author

fnoop commented Mar 12, 2020

git clone https://github.com/fnoop/aruco
cd aruco
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local/aruco -DCMAKE_INSTALL_RPATH=/usr/local/aruco/lib
make && sudo make install

@fnoop
Copy link
Member Author

fnoop commented Mar 12, 2020

python2 no longer installed by default on ubuntu 18.04.
sudo apt -y install python python-pip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant