Is it possible to use rdgen without Github? #53
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It would be very beneficial, to somehow make it possible to use rdgen entirely locally. On fast machines it would compile much faster. It also wouldn't require creating forks.
This is not possible for rdgen, however if you can set up the dev environment on your computer, then you shouldn't need rdgen anyway, just build it locally. You can set up a script that does the same thing as the generator. The purpose of rdgen is to make it easy to build the clients without having to go through the painful process of setting up the dev environment.
Thank you for the answer, I will look into it. Although right now, I don't know how to do it.
I have at least managed to install all the prerequisites. Unfortunately, I don't know where I can change the client name and add my own logo, for example.
My previous steps under Ubuntu:
... now I just need to know which files I have to adapt.... :/