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
Next revisionBoth sides next revision
download:main [2016/11/18 15:20] – ↷ Links adapted because of a move operation sbsdownload:main [2016/11/18 15:24] sbs
Line 1: Line 1:
 ====== Download the Compiler and Standard Library ====== ====== Download the Compiler and Standard Library ======
  
-m( Oops, no links here +{{page>download:sac2c}}
- +
-===== Installing ===== +
- +
-<accordion> +
-<panel type="default" title="RPM (RedHat Based distributions)"> +
-The ''rpm'' release of the compiler is designed to be installed on RedHat based distributions of Linux (e.g. RedHat, CentOS, Fedora, etc.) using the ''rpm'' tool set. +
- +
-Installation: +
-<code> +
-$ sudo rpm --install sac2c-VERSION-RELEASE.rpm +
-</code> +
-</panel> +
-<panel type="default" title="DEB (Debian based distributions)"> +
- +
-The ''deb'' package is meant to be installed on Debian based distributions (e.g. Debian, Ubuntu, etc.) using the ''dpkg'' tool set. +
- +
-Installation: +
-<code> +
-$ sudo dpkg --install sac-VERSION-RELEASE.deb +
-</code> +
-</panel> +
-<panel type="default" title="DMG (Apple Mac OSX)"> +
-The ''dmg'' package is used to install the compiler on Apple Mac OSX. The ''dmg'' is very much like the ''tar.gz'' in that it is an archive that contains the binary and libraries under a specific directory structure. Additionally it comes bundled with a script to install the binaries and libraries correctly. +
- +
-<alert type="warning" icon="fa fa-warning">**Be Aware** Please remember to install all dependencies of the compiler before attempting to use it</alert> +
- +
-Installation: +
-  - Open up the DMG (e.g. by double-clicking it with the mouse pointer) +
-  - Within the DMG there is the install script and the binaries/libraries - double-click the install script to start the install process. +
-  - The script will install the compiler into ''/usr/local''+
-  - Ensure that ''sac2c'' and other binaries are within your ''PATH''+
-</panel> +
-<panel type="default" title="TAR.GZ (Unix-like operating systems)"> +
-The ''.tar.gz'' archive is the most basic distributable package that available. The archive contains the entire directory structure of the binaries and libraries as they should appear on the file-system of the host from the root directory (i.e. ''/''). The default directory structure is prefixed with ''/usr/local''+
- +
-<alert type="warning" icon="fa fa-warning">**Be Aware** Please remember to install all dependencies of the compiler before attempting to use it</alert> +
- +
-Installation of the compiler is as simple as extracting from the archive: +
-<code> +
-$ sudo tar --strip-components=1 -C / -xzf sac2c-VERSION-RELEASE.tar.gz +
-</code> +
-</panel> +
-</accordion> +
- +
-===== Contribute? ===== +
- +
-Interested in contributing to the project? You can do so in several ways, by either telling us about bugs or by contributing code to the project. +
- +
-=== Reporting bugs === +
- +
-Head over to the [[:bugzilla|community]] page and follow the guidelines there on how to submit a bug. +
- +
-=== Contributing code === +
- +
-  * Create an account on this site by [[:index?do=register|registering]], +
-  * and send an email to [[info@sac-home.org]] indicating that you'd like to have access to the compiler sources. +
  
 +{{page>download:stdlib}}