Open GodlyAwesome opened 9 months ago
General procedure is:
In Terminal.app, go to the directory where you cloned, and run git pull origin main
, then rebuild ALVR
cd alvr-visionos
git pull origin main
zsh ./build_and_repack.sh
Then run the Xcode build instructions again.
If it complains about uncommitted changes, just run
git stash
I updated the Building wiki to include those instructions ^^
Let me know if you have any issues so I can improve the guide
Thank you all so much. I will try this next time i see an update to the codebase. Appreciate all the hard work, keep on trucking yall 👍
Complete newb when it comes to coding and using github, and I appreciate the work you all do. I was wondering how I would keep this up to date when a new update is pushed. Do i rebuild the package then re-run it on the vision pro?
Thanks!