-
Notifications
You must be signed in to change notification settings - Fork 51
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
debian packaging #3
Comments
I think artoolkit needs to be forked to get this into bloom/ros build farm |
What exactly is the issue preventing a release? Is it just hosting the tarball somewhere reliable, or is there something the build process doesn't like about how artoolkit gets built? If it's a hosting issue, it's small enough that it could probably be hosted on github. We could also think about releasing artoolkit separately as a 3rd party package (http://wiki.ros.org/bloom/Tutorials/ReleaseThirdParty). |
So based on my discussions, given the state of ARToolKit it looks like there are a few ways forward. Fork ARToolKit and use the github releases feature to host a tarball then make a debian release using bloom as a third party release. This would involve getting autoconf to wok with bloom. Another approach that might be less work is to fork ARToolKit and port the build system to CMake and just release it as a regular ROS package. The third approach is fork, port the build system to CMake and keep it as a non-ROS package and continue to release it as a third party package. This might be the best option because we could try to get it into Debian. |
Porting to CMake will probably make a lot of things easier, though that doesn't seem like a fun job. |
Does artoolkit need to be forked to make this happen?
The text was updated successfully, but these errors were encountered: