Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
getting-started [2015/07/05 23:55] snacsnocgetting-started [2015/07/06 02:00] snacsnoc
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
 +   
  
-<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>