-
Notifications
You must be signed in to change notification settings - Fork 57
help building from source #372
|
how to build the code? in /Grayjay.Desktop.CEF: i am on windows 10 |
All reactions
Answered by
ac615223s5
May 8, 2025
Replies: 2 comments · 1 reply
|
Hey sorry I missed this one. You should clone the repo directly from the Gitlab instead of Github. git clone https://gitlab.futo.org/videostreaming/Grayjay.Desktop.git
cd Grayjay.DesktopThen you want to install git lfs. This one might take a while to pull large files so be patient. git lfs install
git lfs pullThen you want to initialize submodules. git submodule update --init --recursiveFinally, you build the project. For future updates just do |
All reactions
1 reply
|
I did that, then ran |
All reactions
|
I managed to fix this error by running but it still cannot be built due to #501 |
All reactions
0 replies
Answer selected by
ac615223s5
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I managed to fix this error by running
but it still cannot be built due to #501