-
Notifications
You must be signed in to change notification settings - Fork 237
Description
Hi, and thanks for your work on the Robotics Library!
I'm trying to use RL in a custom C++ project on Windows and would like to ask a few questions about the correct setup process:
Finding the RL package:
Is there an official or recommended way to find the RL installation on Windows via CMake (find_package() or similar)? Should I rely on environment variables, CMake config files, or manually specify paths?
Linking the DLLs:
After building or downloading RL, what is the best way to link against the generated DLLs in a Windows environment? Are there import libraries (.lib files) provided alongside the DLLs that I should use when linking?
Precompiled binaries:
I noticed that there may be binaries available from the official site. Are these intended for use in custom projects, and if so, is there any guidance or documentation on integrating them?
Any guidance or best practices for setting up RL in a Windows-based project would be greatly appreciated!
Thanks again!