Gedare Bloom commented on a discussion on user/start/sources.md: 
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/165#note_121113

 > +with the release version major number you are using.
 >  
 >  Download and unpack using the `curl` and `tar` command with these commands:
 >  
 >  ```none
 >  mkdir -p $HOME/quick-start/src
 >  cd $HOME/quick-start/src
 > -curl 
 > https://ftp.rtems.org/pub/rtems/releases/@rtems-ver-major@/@rtems-ver-major@.@rtems-ver-minor@/sources/rtems-source-builder-@rtems-ver-major@.@rtems-ver-mi...@.tar.xz
 >  | tar xJf -
 > +curl 
 > https://ftp.rtems.org/pub/rtems/releases/5/5.1/sources/rtems-source-builder-5.1.tar.xz
 >  | tar xJf -
 >  ```
 >  
 >  If `curl` does not work consider using `wget` or a browser.
 >  
 > -The RSB is unpacked under the path 
 > `rtems-source-builder-@rtems-ver-major@.@rtems-ver-minor@`. Rename this
 > +The RSB is unpacked under the path `rtems-source-builder-5.1`. Rename this
 >  to `rsb` to get shorter paths during the tool suite build. To do this run

I tweaked the directions slightly. It is helpful to use here because the 
following instructions can refer to `rsb` without having to consider whether it 
is a released download or a git clone.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/165#note_121113
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to