Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
en:manual:contrib:hbbsd_devel_guidelines [2024/01/20 18:31]
emulatorman
en:manual:contrib:hbbsd_devel_guidelines [2024/01/20 18:36]
emulatorman
Line 102: Line 102:
     $ TARCH=x86_64-unknown-hyperbolabsd</code><code bash>     $ TARCH=x86_64-unknown-hyperbolabsd</code><code bash>
     $ doas pacman -S $TARCH-gcc $TARCH-binutils</code>     $ doas pacman -S $TARCH-gcc $TARCH-binutils</code>
-  * Install **BSD make**, **rpcsvc-proto**, **Sharutils** \\ and **Universal Ctags**.<code bash>+  * Install **BSD make**, **rpcsvc-proto**, **Sharutils** and **Universal Ctags**.<code bash>
     $ doas pacman -S bmake rpcsvc-proto sharutils ctags</code>     $ doas pacman -S bmake rpcsvc-proto sharutils ctags</code>
   * Clone this repository:<code bash>   * Clone this repository:<code bash>
Line 274: Line 274:
 # cd ..</code><code bash> # cd ..</code><code bash>
 # rm -r etc_dir</code><code bash> # rm -r etc_dir</code><code bash>
-</code><code bash> 
 # cd hbsd_base/</code><code bash> # cd hbsd_base/</code><code bash>
-# bsdtar cvzf ../hbbsd_base.tgz *</code><code bash> +# bsdtar cvzf ../hbbsd_base.tgz *</code>
-</code>+
  
 ===== Adding HyperbolaBSD packages in install70.img ===== ===== Adding HyperbolaBSD packages in install70.img =====