-
Notifications
You must be signed in to change notification settings - Fork 198
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
CMakeLists.txt missing #586
Comments
According to the commit log the @maintainers: Was this on purpose to make the project un-buildable for the public? If so, it would be great to make this clear somewhere on the readme. (Edit: It actually is stated on the github-repo page, which I only just read. However, the readme in the repository (which is what I was reading) is something completely different, likely the original (open source) version). This project seems to be going closed source. @XiaoP76 I think you could try to checkout an earlier commit to build the project. |
@XiaoP76 Maybe worth checking out https://github.com/Lemonadeccc/profinet-p-net. You will need to clone with |
Thank you for reaching out and for your interest in the P-Net stack. We understand your frustration, and we’d like to clarify the recent changes. As a small team, we’ve invested a lot of time and effort into developing and maintaining the P-Net stack over the years. To continue offering high-quality support and improvements, we’ve had to make the decision to transition to a model that allows us to dedicate the necessary resources. While this means some parts of the codebase are no longer public, it allows us to offer a more reliable and professional solution for those who need it. Looking ahead, we’ll be updating the license in a future commit, transitioning to a source available model. However, please note that the current master branch will no longer be updated and may eventually be removed. We are also in the process of updating the documentation to reflect all these changes. Feel free to reach out. We’re happy to explore how we can help you with support or licensing options to ensure you can continue your work. Please contact: supportATrt-labs.com Thank you for your understanding, and we’re here to support you however we can. |
@mekerhult Thanks for the response and the clarifications. |
Is it possible to debug the p-net stack with Netbeans? |
The tutorial https://rt-labs.com/profinet/a-beginners-guide-to-profinet-get-started-in-60-minutes/ suggests that there is a CMakeLists.txt.
Yet, if I try to build p-net according to the tutorial, I get the error message:
d:\Git\profinet>cmake -B build -S p-net
CMake Error: The source directory "D:/Git/profinet/p-net" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
which is about right, because the file is not there.
The text was updated successfully, but these errors were encountered: