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

I can't install it! #7

Open
gohkenytp opened this issue Sep 10, 2022 · 8 comments
Open

I can't install it! #7

gohkenytp opened this issue Sep 10, 2022 · 8 comments

Comments

@gohkenytp
Copy link

I tried installing using git but it causes and error:
Cloning into 'OpenDRIVE'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

@brifsttar
Copy link
Owner

Hi,

Did you set up SSH keys? If not, you can try cloning using HTTPS:

git clone --recurse-submodules https://github.com/brifsttar/OpenDRIVE.git

@gohkenytp
Copy link
Author

Yes I did. But ended up with and error message that reads:
The following modules are missing or built with a different engine:
OpenDRIVE
OpenDRIVELoader
OpenDRIVEEditor
Would you like to rebuild them now?

@brifsttar
Copy link
Owner

This is not an error message, it's the normal process. You need to build the plugin, as binaries aren't provided for it. If you have the standard UE build environment (e.g., Visual Studio 2019), it should work.

@gohkenytp
Copy link
Author

I need to build a plugin. How do I do that?

@brifsttar
Copy link
Owner

You can find documentation on building plugin in Unreal Engine online, here's one example:

https://dev.epicgames.com/community/learning/tutorials/qz93/unreal-engine-building-plugins

I would recommend the "Using Visual Studio" way, but all should work.

@gohkenytp
Copy link
Author

But it says "This project does not have any source code. You need to add C++ source files to the project from the Editor before you can generate project files."

@brifsttar
Copy link
Owner

For now I don't provide pre-built binaries for this plugin, so in order to build it, you indeed need an Unreal project using C++.

@gohkenytp
Copy link
Author

Also the error occured saying: "??? could not be compiled. Try rebuilding from source manually"

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

2 participants