Support
Wiki Documentation
Support Forum
Mobile
- Rocweb Browser
- WIO-Control ESP32
- andRoc Android
- Rocview Tablet
DIY
User
Wiki writer
Legal
Support
Wiki Documentation
Support Forum
Mobile
DIY
User
Wiki writer
Legal
This is an old revision of the document!
Request access to the sources in the Rocrail Forum.
git clone <granted link> Rocrail
Only the first time a clone is downloaded, afterward only the changes:
cd Rocrail git pull
Sometimes local changes can conflict with a pull from the repository like:
error: Your local changes to 'rocs/rocs-gen.tar.gz' would be overwritten by merge. Aborting. Please, commit your changes or stash them before you can merge.
Solution 1:
git reset --hard git pull
Solution 2:
git stash git pull git stash pop
Use the following commands as a normal user, not as root:
On certain Linux distributions a 'make fromtar" may be required.
Target | Description |
---|---|
all | Server and Client. |
fromtar | Same as all but with pre generated files. |
server | Server only. |