Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
getting-started [2015/07/05 23:55] snacsnocgetting-started [2018/02/19 06:37] snacsnoc
Line 1: Line 1:
 ====== Quick start ====== ====== Quick start ======
  
-Download the [[http://snacklinux.org/iso/|latest ISO]] and boot into SnackLinux either in a virtual machine or on physical hardware.+Download the [[http://snacklinux.org/iso/|latest ISO]] and boot into SnackLinux either in a virtual machine or on physical hardware. Currently, SnackLinux is x86_64 only.
  
 Docker templates are available [[http://snacklinux.org/downloads/docker/|here]]. See the [[docker|Docker]] page for more information. Docker templates are available [[http://snacklinux.org/downloads/docker/|here]]. See the [[docker|Docker]] page for more information.
Line 32: Line 32:
 Use ''fbpkg install <package>'' or ''fbpkg remove <package>'' for installation and removal. Run ''fbpkg --help'' for more information. Use ''fbpkg install <package>'' or ''fbpkg remove <package>'' for installation and removal. Run ''fbpkg --help'' for more information.
  
 +=== Programming ===
 +For compiling C/C++, install the essential tools:
 +   fbpkg install gcc
 +   fbpkg install make
 +   fbpkg install binutils
 +   fbpkg install m4
 +   
 +For Nim, see the [[nim-lang|Nim language page  ]] 
 +   
  
-<del> 
-**Installation** 
- 
- 
-Run ''/root/install-snacklinux.sh /dev/hdX'' and follow through the prompts to install to persistent media. The installation uses approximately 40 MB of disk space.</del>