Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Do this on lcls-pc83236

Preparing git keys 

Add you ssh keys to git (This is unfortunately necessary because the .gitmodules file use the "git" form of the URL instead of the "http" form):

https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/

Also note that the firmware requires a new version of git that supports "links to large files" (lfs).  Add #add this to bash_profile PATH=" /afs/slac/g/reseng/git/git/bin :$PATH"

#this isn't complete. need more info on setting up git keys

eval $(ssh-agent)        #may need to be done every ssh session

ssh-add                       #may need to be done every ssh sessionto PATH.

Building Rogue

git clone https://github.com/slaclab/rogue.git

...